Paleta de colores Frosted Cranberry Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Frosted Cranberry Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Frosted Cranberry Delight

/* CSS */
.color-1 {
color: #f2cfcf;
}
.color-2 {
color: #eab8b8;
}
.color-3 {
color: #d69a9a;
}
.color-4 {
color: #c67b7b;
}
.color-5 {
color: #b05e5e;
}

/* CSS Variables */
:root {
--color-1: #f2cfcf;
--color-2: #eab8b8;
--color-3: #d69a9a;
--color-4: #c67b7b;
--color-5: #b05e5e;
}

CSS del degradado de fondo Frosted Cranberry Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2cfcf, #eab8b8, #d69a9a, #c67b7b, #b05e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2cfcf, #eab8b8, #d69a9a, #c67b7b, #b05e5e);
}

Frosted Cranberry Delight color palette created on .