Paleta de colores Candy Pink Swag

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Candy Pink Swag palette

Compartir esta paleta en:

CSS de la paleta de colores Candy Pink Swag

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #6d9cab;
}
.color-4 {
color: #ffc29e;
}
.color-5 {
color: #d85f89;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #6d9cab;
--color-4: #ffc29e;
--color-5: #d85f89;
}

CSS del degradado de fondo Candy Pink Swag

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #6d9cab, #ffc29e, #d85f89);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #6d9cab, #ffc29e, #d85f89);
}

Candy Pink Swag color palette created on .