Ethereal Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Whispers palette

Condividi questa palette a:

tavolozza dei colori Ethereal Whispers CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b9d7e9;
}
.color-3 {
color: #d6e8f0;
}
.color-4 {
color: #f4f9fb;
}
.color-5 {
color: #e0b2c6;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b9d7e9;
--color-3: #d6e8f0;
--color-4: #f4f9fb;
--color-5: #e0b2c6;
}

CSS con gradiente di sfondo Ethereal Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b9d7e9, #d6e8f0, #f4f9fb, #e0b2c6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b9d7e9, #d6e8f0, #f4f9fb, #e0b2c6);
}

Ethereal Whispers color palette created on .