Celestial Blush Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Blush palette

Condividi questa palette a:

tavolozza dei colori Celestial Blush CSS

/* CSS */
.color-1 {
color: #f6a7b3;
}
.color-2 {
color: #f1c1d6;
}
.color-3 {
color: #e6b7e3;
}
.color-4 {
color: #bea4df;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f6a7b3;
--color-2: #f1c1d6;
--color-3: #e6b7e3;
--color-4: #bea4df;
--color-5: #a3c7e0;
}

CSS con gradiente di sfondo Celestial Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b3, #f1c1d6, #e6b7e3, #bea4df, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b3, #f1c1d6, #e6b7e3, #bea4df, #a3c7e0);
}

Celestial Blush color palette created on .