Noodle Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Noodle Dreams palette

Share this palette to:

Noodle Dreams color palette CSS

/* CSS */
.color-1 {
color: #f9b79f;
}
.color-2 {
color: #f7c6a6;
}
.color-3 {
color: #f4e0ae;
}
.color-4 {
color: #e6d4b7;
}
.color-5 {
color: #d4b1a1;
}

/* CSS Variables */
:root {
--color-1: #f9b79f;
--color-2: #f7c6a6;
--color-3: #f4e0ae;
--color-4: #e6d4b7;
--color-5: #d4b1a1;
}

Noodle Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b79f, #f7c6a6, #f4e0ae, #e6d4b7, #d4b1a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b79f, #f7c6a6, #f4e0ae, #e6d4b7, #d4b1a1);
}

Noodle Dreams color palette created on .