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