Paleta de colores Cotton Candy Dreamscape

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cotton Candy Dreamscape palette

Compartir esta paleta en:

CSS de la paleta de colores Cotton Candy Dreamscape

/* CSS */
.color-1 {
color: #ffd1dc;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ff9ebd;
}
.color-4 {
color: #ff809b;
}
.color-5 {
color: #ff4d79;
}

/* CSS Variables */
:root {
--color-1: #ffd1dc;
--color-2: #ffb3d1;
--color-3: #ff9ebd;
--color-4: #ff809b;
--color-5: #ff4d79;
}

CSS del degradado de fondo Cotton Candy Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd1dc, #ffb3d1, #ff9ebd, #ff809b, #ff4d79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd1dc, #ffb3d1, #ff9ebd, #ff809b, #ff4d79);
}

Cotton Candy Dreamscape color palette created on .