Eclipsed Rosewood Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Eclipsed Rosewood palette

Share this palette to:

Eclipsed Rosewood color palette CSS

/* CSS */
.color-1 {
color: #1e1e2f;
}
.color-2 {
color: #4a3b59;
}
.color-3 {
color: #7a4d70;
}
.color-4 {
color: #b59cba;
}
.color-5 {
color: #e2b1c7;
}

/* CSS Variables */
:root {
--color-1: #1e1e2f;
--color-2: #4a3b59;
--color-3: #7a4d70;
--color-4: #b59cba;
--color-5: #e2b1c7;
}

Eclipsed Rosewood background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e1e2f, #4a3b59, #7a4d70, #b59cba, #e2b1c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e1e2f, #4a3b59, #7a4d70, #b59cba, #e2b1c7);
}

Eclipsed Rosewood color palette created on .