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