Paleta de colores Cotton Candy Chill

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cotton Candy Chill palette

Compartir esta paleta en:

CSS de la paleta de colores Cotton Candy Chill

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #70b0ff;
}
.color-3 {
color: #ffc94d;
}
.color-4 {
color: #ff9a57;
}
.color-5 {
color: #ff3d5a;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #70b0ff;
--color-3: #ffc94d;
--color-4: #ff9a57;
--color-5: #ff3d5a;
}

CSS del degradado de fondo Cotton Candy Chill

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #70b0ff, #ffc94d, #ff9a57, #ff3d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #70b0ff, #ffc94d, #ff9a57, #ff3d5a);
}

Cotton Candy Chill color palette created on .