Blue Sophistication Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Sophistication palette

Condividi questa palette a:

tavolozza dei colori Blue Sophistication CSS

/* CSS */
.color-1 {
color: #4b8abe;
}
.color-2 {
color: #9fc1d6;
}
.color-3 {
color: #dfe4e7;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f24e1c;
}

/* CSS Variables */
:root {
--color-1: #4b8abe;
--color-2: #9fc1d6;
--color-3: #dfe4e7;
--color-4: #f9c54e;
--color-5: #f24e1c;
}

CSS con gradiente di sfondo Blue Sophistication

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b8abe, #9fc1d6, #dfe4e7, #f9c54e, #f24e1c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b8abe, #9fc1d6, #dfe4e7, #f9c54e, #f24e1c);
}

Blue Sophistication color palette created on .