Paleta de colores Pink CottonCake

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink CottonCake palette

Compartir esta paleta en:

CSS de la paleta de colores Pink CottonCake

/* CSS */
.color-1 {
color: #ffb3c6;
}
.color-2 {
color: #ff99aa;
}
.color-3 {
color: #ff7092;
}
.color-4 {
color: #ff3d7e;
}
.color-5 {
color: #ed265b;
}

/* CSS Variables */
:root {
--color-1: #ffb3c6;
--color-2: #ff99aa;
--color-3: #ff7092;
--color-4: #ff3d7e;
--color-5: #ed265b;
}

CSS del degradado de fondo Pink CottonCake

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

Pink CottonCake color palette created on .