Celestial Bloom Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Bloom palette

Condividi questa palette a:

tavolozza dei colori Celestial Bloom CSS

/* CSS */
.color-1 {
color: #a5d3f8;
}
.color-2 {
color: #79c2f6;
}
.color-3 {
color: #53b0ea;
}
.color-4 {
color: #f2c0e9;
}
.color-5 {
color: #f9ddee;
}

/* CSS Variables */
:root {
--color-1: #a5d3f8;
--color-2: #79c2f6;
--color-3: #53b0ea;
--color-4: #f2c0e9;
--color-5: #f9ddee;
}

CSS con gradiente di sfondo Celestial Bloom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d3f8, #79c2f6, #53b0ea, #f2c0e9, #f9ddee);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d3f8, #79c2f6, #53b0ea, #f2c0e9, #f9ddee);
}

Celestial Bloom color palette created on .