Celestial Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Whispers palette

Condividi questa palette a:

tavolozza dei colori Celestial Whispers CSS

/* CSS */
.color-1 {
color: #a3c2e0;
}
.color-2 {
color: #f2b1d4;
}
.color-3 {
color: #e0c5f7;
}
.color-4 {
color: #f9eaa4;
}
.color-5 {
color: #ffd9b8;
}

/* CSS Variables */
:root {
--color-1: #a3c2e0;
--color-2: #f2b1d4;
--color-3: #e0c5f7;
--color-4: #f9eaa4;
--color-5: #ffd9b8;
}

CSS con gradiente di sfondo Celestial Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c2e0, #f2b1d4, #e0c5f7, #f9eaa4, #ffd9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c2e0, #f2b1d4, #e0c5f7, #f9eaa4, #ffd9b8);
}

Celestial Whispers color palette created on .