Sunset Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Yellow palette
Sunset Yellow color palette CSS
/* CSS */
.color-1 {
color: #f6e2b1;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f9a94e;
}
.color-4 {
color: #f26d5f;
}
.color-5 {
color: #e2608f;
}
/* CSS Variables */
:root {
--color-1: #f6e2b1;
--color-2: #f1c84b;
--color-3: #f9a94e;
--color-4: #f26d5f;
--color-5: #e2608f;
}
Sunset Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e2b1, #f1c84b, #f9a94e, #f26d5f, #e2608f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e2b1, #f1c84b, #f9a94e, #f26d5f, #e2608f);
}
Similar color palettes
Sunset Yellow color palette created on .