Paleta de colores Pink Coral
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pink Coral palette
CSS de la paleta de colores Pink Coral
/* CSS */
.color-1 {
color: #8c3683;
}
.color-2 {
color: #873c21;
}
.color-3 {
color: #8b2927;
}
.color-4 {
color: #89661f;
}
.color-5 {
color: #897d1f;
}
/* CSS Variables */
:root {
--color-1: #8c3683;
--color-2: #873c21;
--color-3: #8b2927;
--color-4: #89661f;
--color-5: #897d1f;
}
CSS del degradado de fondo Pink Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c3683, #873c21, #8b2927, #89661f, #897d1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c3683, #873c21, #8b2927, #89661f, #897d1f);
}
Paletas de colores similares
Pink Coral color palette created on .