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: #e0f6ff;
}
.color-2 {
color: #b3e3ff;
}
.color-3 {
color: #82c3e8;
}
.color-4 {
color: #4e9cc6;
}
.color-5 {
color: #007a99;
}
/* CSS Variables */
:root {
--color-1: #e0f6ff;
--color-2: #b3e3ff;
--color-3: #82c3e8;
--color-4: #4e9cc6;
--color-5: #007a99;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0f6ff, #b3e3ff, #82c3e8, #4e9cc6, #007a99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0f6ff, #b3e3ff, #82c3e8, #4e9cc6, #007a99);
}
Tavolozze di colori simili
Shades of Blue color palette created on .