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: #eab3c2;
}
.color-2 {
color: #e09ac7;
}
.color-3 {
color: #ba92d9;
}
.color-4 {
color: #8470db;
}
.color-5 {
color: #5246d2;
}

/* CSS Variables */
:root {
--color-1: #eab3c2;
--color-2: #e09ac7;
--color-3: #ba92d9;
--color-4: #8470db;
--color-5: #5246d2;
}

CSS con gradiente di sfondo Celestial Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab3c2, #e09ac7, #ba92d9, #8470db, #5246d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab3c2, #e09ac7, #ba92d9, #8470db, #5246d2);
}

Celestial Whispers color palette created on .