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