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: #592d8f;
}
.color-2 {
color: #a65eba;
}
.color-3 {
color: #f3a5d4;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #592d8f;
--color-2: #a65eba;
--color-3: #f3a5d4;
--color-4: #ffd900;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Celestial Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #592d8f, #a65eba, #f3a5d4, #ffd900, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #592d8f, #a65eba, #f3a5d4, #ffd900, #ff6e61);
}

Celestial Blossom color palette created on .