Paleta de colores Cherry Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cherry Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Cherry Delight

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff8e4d;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffc94d;
}
.color-5 {
color: #ff4d8e;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff8e4d;
--color-3: #ffb84d;
--color-4: #ffc94d;
--color-5: #ff4d8e;
}

CSS del degradado de fondo Cherry Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff8e4d, #ffb84d, #ffc94d, #ff4d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff8e4d, #ffb84d, #ffc94d, #ff4d8e);
}

Cherry Delight color palette created on .