Paleta de colores Candy Coated Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Candy Coated Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Candy Coated Dreams

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff6a00;
}
.color-3 {
color: #ff3c00;
}
.color-4 {
color: #ff006e;
}
.color-5 {
color: #d6006f;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6a00;
--color-3: #ff3c00;
--color-4: #ff006e;
--color-5: #d6006f;
}

CSS del degradado de fondo Candy Coated Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6a00, #ff3c00, #ff006e, #d6006f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6a00, #ff3c00, #ff006e, #d6006f);
}

Candy Coated Dreams color palette created on .