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