Paleta de colores Dimmed Blue Green Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Dimmed Blue Green Pink palette
CSS de la paleta de colores Dimmed Blue Green Pink
/* CSS */
.color-1 {
color: #4a7c8c;
}
.color-2 {
color: #73b5b0;
}
.color-3 {
color: #a1d9c5;
}
.color-4 {
color: #f3b4d5;
}
.color-5 {
color: #f6a7c0;
}
/* CSS Variables */
:root {
--color-1: #4a7c8c;
--color-2: #73b5b0;
--color-3: #a1d9c5;
--color-4: #f3b4d5;
--color-5: #f6a7c0;
}
CSS del degradado de fondo Dimmed Blue Green Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a7c8c, #73b5b0, #a1d9c5, #f3b4d5, #f6a7c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a7c8c, #73b5b0, #a1d9c5, #f3b4d5, #f6a7c0);
}
Paletas de colores similares
Dimmed Blue Green Pink color palette created on .