Blue Sky Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Sky palette

Condividi questa palette a:

tavolozza dei colori Blue Sky CSS

/* CSS */
.color-1 {
color: #4c94e6;
}
.color-2 {
color: #88bdf1;
}
.color-3 {
color: #a3d4f5;
}
.color-4 {
color: #f7e6a1;
}
.color-5 {
color: #f4a462;
}

/* CSS Variables */
:root {
--color-1: #4c94e6;
--color-2: #88bdf1;
--color-3: #a3d4f5;
--color-4: #f7e6a1;
--color-5: #f4a462;
}

CSS con gradiente di sfondo Blue Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c94e6, #88bdf1, #a3d4f5, #f7e6a1, #f4a462);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c94e6, #88bdf1, #a3d4f5, #f7e6a1, #f4a462);
}

Blue Sky color palette created on .