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: #ff809d;
}
.color-2 {
color: #ffb3d6;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ff3d74;
}
.color-5 {
color: #ff1f4f;
}

/* CSS Variables */
:root {
--color-1: #ff809d;
--color-2: #ffb3d6;
--color-3: #ff7092;
--color-4: #ff3d74;
--color-5: #ff1f4f;
}

CSS del degradado de fondo Cotton Candy Dreamscape

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff809d, #ffb3d6, #ff7092, #ff3d74, #ff1f4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff809d, #ffb3d6, #ff7092, #ff3d74, #ff1f4f);
}

Cotton Candy Dreamscape color palette created on .