Paleta de colores Cherry Blossom Red

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cherry Blossom Red palette

Compartir esta paleta en:

CSS de la paleta de colores Cherry Blossom Red

/* CSS */
.color-1 {
color: #ff4d4d;
}
.color-2 {
color: #ff8080;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #ffe5e5;
}
.color-5 {
color: #ffcccc;
}

/* CSS Variables */
:root {
--color-1: #ff4d4d;
--color-2: #ff8080;
--color-3: #ffb3b3;
--color-4: #ffe5e5;
--color-5: #ffcccc;
}

CSS del degradado de fondo Cherry Blossom Red

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d4d, #ff8080, #ffb3b3, #ffe5e5, #ffcccc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d4d, #ff8080, #ffb3b3, #ffe5e5, #ffcccc);
}

Cherry Blossom Red color palette created on .