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: #ff6e61;
}
.color-2 {
color: #6d8ffd;
}
.color-3 {
color: #a3e0e0;
}
.color-4 {
color: #f6eba7;
}
.color-5 {
color: #ffadad;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6d8ffd;
--color-3: #a3e0e0;
--color-4: #f6eba7;
--color-5: #ffadad;
}

CSS con gradiente di sfondo Celestial Bloom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6d8ffd, #a3e0e0, #f6eba7, #ffadad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6d8ffd, #a3e0e0, #f6eba7, #ffadad);
}

Celestial Bloom color palette created on .