Paleta de colores Creamy Confections

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Creamy Confections palette

Compartir esta paleta en:

CSS de la paleta de colores Creamy Confections

/* CSS */
.color-1 {
color: #f9dda4;
}
.color-2 {
color: #f7b2a1;
}
.color-3 {
color: #f4a59f;
}
.color-4 {
color: #e88d8e;
}
.color-5 {
color: #d57c9a;
}

/* CSS Variables */
:root {
--color-1: #f9dda4;
--color-2: #f7b2a1;
--color-3: #f4a59f;
--color-4: #e88d8e;
--color-5: #d57c9a;
}

CSS del degradado de fondo Creamy Confections

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9dda4, #f7b2a1, #f4a59f, #e88d8e, #d57c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9dda4, #f7b2a1, #f4a59f, #e88d8e, #d57c9a);
}

Creamy Confections color palette created on .