Warm Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Warm Pink palette

Condividi questa palette a:

tavolozza dei colori Warm Pink CSS

/* CSS */
.color-1 {
color: #ffeb8a;
}
.color-2 {
color: #f6baa2;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #ff3d6a;
}
.color-5 {
color: #ff2e54;
}

/* CSS Variables */
:root {
--color-1: #ffeb8a;
--color-2: #f6baa2;
--color-3: #ff6e61;
--color-4: #ff3d6a;
--color-5: #ff2e54;
}

CSS con gradiente di sfondo Warm Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffeb8a, #f6baa2, #ff6e61, #ff3d6a, #ff2e54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffeb8a, #f6baa2, #ff6e61, #ff3d6a, #ff2e54);
}

Warm Pink color palette created on .