Shades of Blue Green Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue Green Purple palette
Shades of Blue Green Purple color palette 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;
}
Shades of Blue Green Purple background gradient CSS
/* 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);
}
Similar color palettes
Shades of Blue Green Purple color palette created on .