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: #ff9edb;
}
.color-2 {
color: #ff7081;
}
.color-3 {
color: #ff4d6a;
}
.color-4 {
color: #ffb3d5;
}
.color-5 {
color: #ff3d6a;
}

/* CSS Variables */
:root {
--color-1: #ff9edb;
--color-2: #ff7081;
--color-3: #ff4d6a;
--color-4: #ffb3d5;
--color-5: #ff3d6a;
}

CSS del degradado de fondo Cotton Candy Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9edb, #ff7081, #ff4d6a, #ffb3d5, #ff3d6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9edb, #ff7081, #ff4d6a, #ffb3d5, #ff3d6a);
}

Cotton Candy Dreams color palette created on .