Whispers of Frosted Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Frosted Serenity palette

Condividi questa palette a:

tavolozza dei colori Whispers of Frosted Serenity CSS

/* CSS */
.color-1 {
color: #a7b4c8;
}
.color-2 {
color: #b8d5e0;
}
.color-3 {
color: #e0f1f5;
}
.color-4 {
color: #a4daca;
}
.color-5 {
color: #6eaf9b;
}

/* CSS Variables */
:root {
--color-1: #a7b4c8;
--color-2: #b8d5e0;
--color-3: #e0f1f5;
--color-4: #a4daca;
--color-5: #6eaf9b;
}

CSS con gradiente di sfondo Whispers of Frosted Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b4c8, #b8d5e0, #e0f1f5, #a4daca, #6eaf9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b4c8, #b8d5e0, #e0f1f5, #a4daca, #6eaf9b);
}

Whispers of Frosted Serenity color palette created on .