Celestial Creams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Celestial Creams palette

Condividi questa palette a:

tavolozza dei colori Celestial Creams CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e0e8ff;
}
.color-3 {
color: #a8c5eb;
}
.color-4 {
color: #5c83d6;
}
.color-5 {
color: #2b4e88;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e0e8ff;
--color-3: #a8c5eb;
--color-4: #5c83d6;
--color-5: #2b4e88;
}

CSS con gradiente di sfondo Celestial Creams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e0e8ff, #a8c5eb, #5c83d6, #2b4e88);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e0e8ff, #a8c5eb, #5c83d6, #2b4e88);
}

Celestial Creams color palette created on .