Paleta de colores Shades of Blue Green Purple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue Green Purple palette
CSS de la paleta de colores Shades of Blue Green Purple
/* 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 del degradado de fondo 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);
}
Paletas de colores similares
Shades of Blue Green Purple color palette created on .