Celestial Blossom Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Blossom palette

Condividi questa palette a:

tavolozza dei colori Celestial Blossom CSS

/* CSS */
.color-1 {
color: #a2c7e7;
}
.color-2 {
color: #f2a6c4;
}
.color-3 {
color: #f9d66c;
}
.color-4 {
color: #e09e4d;
}
.color-5 {
color: #a67a59;
}

/* CSS Variables */
:root {
--color-1: #a2c7e7;
--color-2: #f2a6c4;
--color-3: #f9d66c;
--color-4: #e09e4d;
--color-5: #a67a59;
}

CSS con gradiente di sfondo Celestial Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2c7e7, #f2a6c4, #f9d66c, #e09e4d, #a67a59);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2c7e7, #f2a6c4, #f9d66c, #e09e4d, #a67a59);
}

Celestial Blossom color palette created on .