Crawford Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Crawford Sunset palette

Share this palette to:

Crawford Sunset color palette CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #f9d55d;
}
.color-3 {
color: #fcd5a1;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f25a87;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #f9d55d;
--color-3: #fcd5a1;
--color-4: #ff6e61;
--color-5: #f25a87;
}

Crawford Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #f9d55d, #fcd5a1, #ff6e61, #f25a87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #f9d55d, #fcd5a1, #ff6e61, #f25a87);
}

Crawford Sunset color palette created on .