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: #81d0fd;
}
.color-2 {
color: #4cae7b;
}
.color-3 {
color: #f7a5a1;
}
.color-4 {
color: #f4d35d;
}
.color-5 {
color: #9c5b30;
}
/* CSS Variables */
:root {
--color-1: #81d0fd;
--color-2: #4cae7b;
--color-3: #f7a5a1;
--color-4: #f4d35d;
--color-5: #9c5b30;
}
CSS con gradiente di sfondo Shades of Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #81d0fd, #4cae7b, #f7a5a1, #f4d35d, #9c5b30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #81d0fd, #4cae7b, #f7a5a1, #f4d35d, #9c5b30);
}
Tavolozze di colori simili
Shades of Blue color palette created on .