Noodle Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Noodle Sunset palette

Share this palette to:

Noodle Sunset color palette CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #e65c00;
}
.color-3 {
color: #c20000;
}
.color-4 {
color: #7a2f00;
}
.color-5 {
color: #5c3900;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #e65c00;
--color-3: #c20000;
--color-4: #7a2f00;
--color-5: #5c3900;
}

Noodle Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #e65c00, #c20000, #7a2f00, #5c3900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #e65c00, #c20000, #7a2f00, #5c3900);
}

Noodle Sunset color palette created on .