Paleta de colores Sweet Cream Delight

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Cream Delight palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Cream Delight

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff9d8a;
}
.color-3 {
color: #ffb4a8;
}
.color-4 {
color: #fff3e0;
}
.color-5 {
color: #ffc2d1;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9d8a;
--color-3: #ffb4a8;
--color-4: #fff3e0;
--color-5: #ffc2d1;
}

CSS del degradado de fondo Sweet Cream Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9d8a, #ffb4a8, #fff3e0, #ffc2d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9d8a, #ffb4a8, #fff3e0, #ffc2d1);
}

Sweet Cream Delight color palette created on .