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: #fc83a7;
}
.color-2 {
color: #ffb3c6;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ff4d7f;
}
.color-5 {
color: #d83b55;
}

/* CSS Variables */
:root {
--color-1: #fc83a7;
--color-2: #ffb3c6;
--color-3: #ff7092;
--color-4: #ff4d7f;
--color-5: #d83b55;
}

CSS del degradado de fondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fc83a7, #ffb3c6, #ff7092, #ff4d7f, #d83b55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fc83a7, #ffb3c6, #ff7092, #ff4d7f, #d83b55);
}

Cotton Candy Dreams color palette created on .