Paleta de colores Pink and Gold Harmony
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink and Gold Harmony palette
CSS de la paleta de colores Pink and Gold Harmony
/* CSS */
.color-1 {
color: #f6c6d3;
}
.color-2 {
color: #f1a7b6;
}
.color-3 {
color: #e09c6c;
}
.color-4 {
color: #d69b6b;
}
.color-5 {
color: #8c5c4a;
}
/* CSS Variables */
:root {
--color-1: #f6c6d3;
--color-2: #f1a7b6;
--color-3: #e09c6c;
--color-4: #d69b6b;
--color-5: #8c5c4a;
}
CSS del degradado de fondo Pink and Gold Harmony
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c6d3, #f1a7b6, #e09c6c, #d69b6b, #8c5c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c6d3, #f1a7b6, #e09c6c, #d69b6b, #8c5c4a);
}
Paletas de colores similares
Pink and Gold Harmony color palette created on .