Cute Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Cute Pink palette

Condividi questa palette a:

tavolozza dei colori Cute Pink CSS

/* CSS */
.color-1 {
color: #ffc2cf;
}
.color-2 {
color: #ffb3d1;
}
.color-3 {
color: #ff8a92;
}
.color-4 {
color: #ff707e;
}
.color-5 {
color: #ff5c69;
}

/* CSS Variables */
:root {
--color-1: #ffc2cf;
--color-2: #ffb3d1;
--color-3: #ff8a92;
--color-4: #ff707e;
--color-5: #ff5c69;
}

CSS con gradiente di sfondo Cute Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2cf, #ffb3d1, #ff8a92, #ff707e, #ff5c69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2cf, #ffb3d1, #ff8a92, #ff707e, #ff5c69);
}

Cute Pink color palette created on .