Paleta de colores Cotton Candy Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cotton Candy Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Cotton Candy Dreams

/* CSS */
.color-1 {
color: #ffb3c1;
}
.color-2 {
color: #ffc29e;
}
.color-3 {
color: #ff667d;
}
.color-4 {
color: #d9bf78;
}
.color-5 {
color: #5e5b76;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ffc29e;
--color-3: #ff667d;
--color-4: #d9bf78;
--color-5: #5e5b76;
}

CSS del degradado de fondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ffc29e, #ff667d, #d9bf78, #5e5b76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ffc29e, #ff667d, #d9bf78, #5e5b76);
}

Cotton Candy Dreams color palette created on .