Shades of Blue Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue palette
tavolozza dei colori Shades of Blue CSS
/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #63b4e3;
}
.color-3 {
color: #399cc6;
}
.color-4 {
color: #0078a3;
}
.color-5 {
color: #005f8f;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #63b4e3;
--color-3: #399cc6;
--color-4: #0078a3;
--color-5: #005f8f;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #63b4e3, #399cc6, #0078a3, #005f8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #63b4e3, #399cc6, #0078a3, #005f8f);
}
Tavolozze di colori simili
Shades of Blue color palette created on .