Blue Celestial Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Celestial palette

Condividi questa palette a:

tavolozza dei colori Blue Celestial CSS

/* CSS */
.color-1 {
color: #2d498f;
}
.color-2 {
color: #5d7dbb;
}
.color-3 {
color: #91b2d4;
}
.color-4 {
color: #d0e4f6;
}
.color-5 {
color: #f5f9ff;
}

/* CSS Variables */
:root {
--color-1: #2d498f;
--color-2: #5d7dbb;
--color-3: #91b2d4;
--color-4: #d0e4f6;
--color-5: #f5f9ff;
}

CSS con gradiente di sfondo Blue Celestial

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d498f, #5d7dbb, #91b2d4, #d0e4f6, #f5f9ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d498f, #5d7dbb, #91b2d4, #d0e4f6, #f5f9ff);
}

Blue Celestial color palette created on .