Elegy of Feathers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Elegy of Feathers palette

Condividi questa palette a:

tavolozza dei colori Elegy of Feathers 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;
}

CSS con gradiente di sfondo Elegy of Feathers

/* 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);
}

Elegy of Feathers color palette created on .