Shades of Blue Green Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Blue Green palette
tavolozza dei colori Shades of Blue Green CSS
/* CSS */
.color-1 {
color: #f4e2c3;
}
.color-2 {
color: #b5c7e3;
}
.color-3 {
color: #9cd9e2;
}
.color-4 {
color: #5a8c8c;
}
.color-5 {
color: #3e5b5b;
}
/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #b5c7e3;
--color-3: #9cd9e2;
--color-4: #5a8c8c;
--color-5: #3e5b5b;
}
CSS con gradiente di sfondo Shades of Blue Green
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #b5c7e3, #9cd9e2, #5a8c8c, #3e5b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #b5c7e3, #9cd9e2, #5a8c8c, #3e5b5b);
}
Tavolozze di colori simili
Shades of Blue Green color palette created on .