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