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