Celestial Hazelnut Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Celestial Hazelnut Dreams palette

Share this palette to:

Celestial Hazelnut Dreams color palette CSS

/* CSS */
.color-1 {
color: #8e6b5d;
}
.color-2 {
color: #d8c4b0;
}
.color-3 {
color: #f4e2b8;
}
.color-4 {
color: #8a9bb7;
}
.color-5 {
color: #5a2d6c;
}

/* CSS Variables */
:root {
--color-1: #8e6b5d;
--color-2: #d8c4b0;
--color-3: #f4e2b8;
--color-4: #8a9bb7;
--color-5: #5a2d6c;
}

Celestial Hazelnut Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8e6b5d, #d8c4b0, #f4e2b8, #8a9bb7, #5a2d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8e6b5d, #d8c4b0, #f4e2b8, #8a9bb7, #5a2d6c);
}

Celestial Hazelnut Dreams color palette created on .