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: #ffb3d9;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #f9d624;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff6e61;
--color-3: #ff4d4f;
--color-4: #f9d624;
--color-5: #f0a800;
}

CSS con gradiente di sfondo Cute Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ff6e61, #ff4d4f, #f9d624, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ff6e61, #ff4d4f, #f9d624, #f0a800);
}

Cute Pink color palette created on .