Elegy of Feathers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elegy of Feathers palette
Elegy of Feathers color palette CSS
/* CSS */
.color-1 {
color: #f2a6ad;
}
.color-2 {
color: #ead3b8;
}
.color-3 {
color: #d1c5a8;
}
.color-4 {
color: #a7b4d2;
}
.color-5 {
color: #6a8da9;
}
/* CSS Variables */
:root {
--color-1: #f2a6ad;
--color-2: #ead3b8;
--color-3: #d1c5a8;
--color-4: #a7b4d2;
--color-5: #6a8da9;
}
Elegy of Feathers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6ad, #ead3b8, #d1c5a8, #a7b4d2, #6a8da9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6ad, #ead3b8, #d1c5a8, #a7b4d2, #6a8da9);
}
Similar color palettes
Scroll down to explore 60 Aesthetic color palettes
Elegy of Feathers color palette created on .