Paleta de colores Shades of Blue Green Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Blue Green Pink palette
CSS de la paleta de colores Shades of Blue Green Pink
/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #6eb4b1;
}
.color-3 {
color: #3b9b9b;
}
.color-4 {
color: #a8c6e1;
}
.color-5 {
color: #f3e4aa;
}
/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #6eb4b1;
--color-3: #3b9b9b;
--color-4: #a8c6e1;
--color-5: #f3e4aa;
}
CSS del degradado de fondo Shades of Blue Green Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #6eb4b1, #3b9b9b, #a8c6e1, #f3e4aa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #6eb4b1, #3b9b9b, #a8c6e1, #f3e4aa);
}
Paletas de colores similares
Shades of Blue Green Pink color palette created on .