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