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