Culinary Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Culinary Sunset palette

Share this palette to:

Culinary Sunset color palette CSS

/* CSS */
.color-1 {
color: #f7e7b6;
}
.color-2 {
color: #ffab6b;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #c6394e;
}
.color-5 {
color: #681b98;
}

/* CSS Variables */
:root {
--color-1: #f7e7b6;
--color-2: #ffab6b;
--color-3: #ff6e61;
--color-4: #c6394e;
--color-5: #681b98;
}

Culinary Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7b6, #ffab6b, #ff6e61, #c6394e, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7b6, #ffab6b, #ff6e61, #c6394e, #681b98);
}

Culinary Sunset color palette created on .