Paleta de colores Sweet Confectionery Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Confectionery Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Sweet Confectionery Dreams

/* CSS */
.color-1 {
color: #ffb3d1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9f80;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #ffb3d1;
--color-2: #ff6e61;
--color-3: #ff9f80;
--color-4: #ffd900;
--color-5: #ff4d4f;
}

CSS del degradado de fondo Sweet Confectionery Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d1, #ff6e61, #ff9f80, #ffd900, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d1, #ff6e61, #ff9f80, #ffd900, #ff4d4f);
}

Sweet Confectionery Dreams color palette created on .