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