Ethereal Undead Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Undead Dreams palette

Condividi questa palette a:

tavolozza dei colori Ethereal Undead Dreams CSS

/* CSS */
.color-1 {
color: #a1d7d9;
}
.color-2 {
color: #7fd959;
}
.color-3 {
color: #ffd57a;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #4b3d6c;
}

/* CSS Variables */
:root {
--color-1: #a1d7d9;
--color-2: #7fd959;
--color-3: #ffd57a;
--color-4: #ff6e61;
--color-5: #4b3d6c;
}

CSS con gradiente di sfondo Ethereal Undead Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d7d9, #7fd959, #ffd57a, #ff6e61, #4b3d6c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d7d9, #7fd959, #ffd57a, #ff6e61, #4b3d6c);
}

Ethereal Undead Dreams color palette created on .