Linear horizontal
linear-gradient(90deg, #FFBF00, #800000)bg-linear-to-r from-[#FFBF00] to-[#800000]Two-color palette
Eight CSS specimens using both anchors. Each CSS Forge link keeps the same from and to values pre-filled.
linear-gradient(90deg, #FFBF00, #800000)bg-linear-to-r from-[#FFBF00] to-[#800000]linear-gradient(45deg, #FFBF00, #800000)bg-linear-45 from-[#FFBF00] to-[#800000]linear-gradient(180deg, #FFBF00, #800000)bg-linear-to-b from-[#FFBF00] to-[#800000]radial-gradient(circle at center, #FFBF00, #800000)bg-radial from-[#FFBF00] to-[#800000]conic-gradient(from 90deg, #FFBF00, #800000, #FFBF00)bg-conic from-[#FFBF00] via-[#800000] to-[#FFBF00]linear-gradient(90deg, #FFBF00, #4F6172, #800000)bg-linear-to-r from-[#FFBF00] via-[#4F6172] to-[#800000]linear-gradient(90deg, #C29100, #D20000)bg-linear-to-r from-[#C29100] to-[#D20000]radial-gradient(circle at 20% 25%, #FFBF00, transparent 34%), radial-gradient(circle at 80% 30%, #803300, transparent 32%), linear-gradient(135deg, #4F6172, #800000)bg-[radial-gradient(circle_at_20%_25%,#FFBF00,transparent_34%),linear-gradient(135deg,#4F6172,#800000)]This page joins the Amber color family with the Maroon color family. The anchor values provide stable references for browsing related hex colors and CSS gradients.
45 degrees
analogous
Amber with Maroon creates a analogous color story that can move from reference swatches into practical interface systems. The pair has strong chroma, so it benefits from a clear hierarchy: one anchor should lead, and the other should support. When the palette feels grounded and weighted, use neutral surfaces to keep the composition readable. Gradients between the two colors are useful for hero bands, badges, charts, and empty states, but flat applications often need more restraint. Try using one color for links or buttons and the other for category chips, focus rings, or illustration details. The combination becomes more durable when paired with off-white surfaces, dark text, and a small number of repeated spacing rules. In brand-adjacent work, document which color owns action, which owns decoration, and which neutral owns text. Save the direct gradient for moments where the transition itself communicates continuity. Avoid using both colors at full strength around long paragraphs.
Open the sibling CSS generator with both palette anchors already loaded.