Celestial Veil Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Veil palette

Condividi questa palette a:

tavolozza dei colori Celestial Veil CSS

/* CSS */
.color-1 {
color: #f7c5a6;
}
.color-2 {
color: #f1e1c6;
}
.color-3 {
color: #e9d6ff;
}
.color-4 {
color: #9db3f6;
}
.color-5 {
color: #6b9cd1;
}

/* CSS Variables */
:root {
--color-1: #f7c5a6;
--color-2: #f1e1c6;
--color-3: #e9d6ff;
--color-4: #9db3f6;
--color-5: #6b9cd1;
}

CSS con gradiente di sfondo Celestial Veil

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5a6, #f1e1c6, #e9d6ff, #9db3f6, #6b9cd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5a6, #f1e1c6, #e9d6ff, #9db3f6, #6b9cd1);
}

Celestial Veil color palette created on .