Paleta de colores Cutesy Pink
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Cutesy Pink palette
CSS de la paleta de colores Cutesy Pink
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb699;
}
.color-3 {
color: #ffe1b8;
}
.color-4 {
color: #b9e4d5;
}
.color-5 {
color: #6fbe8f;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb699;
--color-3: #ffe1b8;
--color-4: #b9e4d5;
--color-5: #6fbe8f;
}
CSS del degradado de fondo Cutesy Pink
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb699, #ffe1b8, #b9e4d5, #6fbe8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb699, #ffe1b8, #b9e4d5, #6fbe8f);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 500+ paletas de colores Brillante
Cutesy Pink color palette created on .