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