Eternal Ink and Roses Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eternal Ink and Roses palette
Eternal Ink and Roses color palette CSS
/* CSS */
.color-1 {
color: #381e27;
}
.color-2 {
color: #713d4b;
}
.color-3 {
color: #a56f84;
}
.color-4 {
color: #e698ba;
}
.color-5 {
color: #c94f74;
}
/* CSS Variables */
:root {
--color-1: #381e27;
--color-2: #713d4b;
--color-3: #a56f84;
--color-4: #e698ba;
--color-5: #c94f74;
}
Eternal Ink and Roses background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #381e27, #713d4b, #a56f84, #e698ba, #c94f74);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #381e27, #713d4b, #a56f84, #e698ba, #c94f74);
}
Similar color palettes
Eternal Ink and Roses color palette created on .