Blue Celest Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Celest palette

Condividi questa palette a:

tavolozza dei colori Blue Celest CSS

/* CSS */
.color-1 {
color: #a1d3e8;
}
.color-2 {
color: #5e9cc5;
}
.color-3 {
color: #3b7d8c;
}
.color-4 {
color: #2b606e;
}
.color-5 {
color: #1a3d5b;
}

/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #5e9cc5;
--color-3: #3b7d8c;
--color-4: #2b606e;
--color-5: #1a3d5b;
}

CSS con gradiente di sfondo Blue Celest

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #5e9cc5, #3b7d8c, #2b606e, #1a3d5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #5e9cc5, #3b7d8c, #2b606e, #1a3d5b);
}

Blue Celest color palette created on .