Ethereal Chill Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ethereal Chill palette

Condividi questa palette a:

tavolozza dei colori Ethereal Chill CSS

/* CSS */
.color-1 {
color: #a8d6e6;
}
.color-2 {
color: #f3f5f7;
}
.color-3 {
color: #b6e2d3;
}
.color-4 {
color: #f1b1c4;
}
.color-5 {
color: #ffc2c8;
}

/* CSS Variables */
:root {
--color-1: #a8d6e6;
--color-2: #f3f5f7;
--color-3: #b6e2d3;
--color-4: #f1b1c4;
--color-5: #ffc2c8;
}

CSS con gradiente di sfondo Ethereal Chill

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d6e6, #f3f5f7, #b6e2d3, #f1b1c4, #ffc2c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d6e6, #f3f5f7, #b6e2d3, #f1b1c4, #ffc2c8);
}

Ethereal Chill color palette created on .