Savory Sunset Treats Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Savory Sunset Treats palette

Share this palette to:

Savory Sunset Treats color palette CSS

/* CSS */
.color-1 {
color: #f9c54e;
}
.color-2 {
color: #f67481;
}
.color-3 {
color: #f3c9c9;
}
.color-4 {
color: #f9b1ae;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #f9c54e;
--color-2: #f67481;
--color-3: #f3c9c9;
--color-4: #f9b1ae;
--color-5: #f94346;
}

Savory Sunset Treats background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c54e, #f67481, #f3c9c9, #f9b1ae, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c54e, #f67481, #f3c9c9, #f9b1ae, #f94346);
}

Savory Sunset Treats color palette created on .