Whispers of Crystal Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Crystal palette

Condividi questa palette a:

tavolozza dei colori Whispers of Crystal CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #e6b3d4;
}
.color-3 {
color: #e9af9f;
}
.color-4 {
color: #f5e1b2;
}
.color-5 {
color: #f8d8a0;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #e6b3d4;
--color-3: #e9af9f;
--color-4: #f5e1b2;
--color-5: #f8d8a0;
}

CSS con gradiente di sfondo Whispers of Crystal

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #e6b3d4, #e9af9f, #f5e1b2, #f8d8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #e6b3d4, #e9af9f, #f5e1b2, #f8d8a0);
}

Whispers of Crystal color palette created on .