Celestial Whimsy Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Whimsy palette

Condividi questa palette a:

tavolozza dei colori Celestial Whimsy CSS

/* CSS */
.color-1 {
color: #e1a3d9;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #f8d48b;
}
.color-4 {
color: #6dcbd9;
}
.color-5 {
color: #3c8b87;
}

/* CSS Variables */
:root {
--color-1: #e1a3d9;
--color-2: #ff6e61;
--color-3: #f8d48b;
--color-4: #6dcbd9;
--color-5: #3c8b87;
}

CSS con gradiente di sfondo Celestial Whimsy

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1a3d9, #ff6e61, #f8d48b, #6dcbd9, #3c8b87);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1a3d9, #ff6e61, #f8d48b, #6dcbd9, #3c8b87);
}

Celestial Whimsy color palette created on .