Bright Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Bright Pink palette

Condividi questa palette a:

tavolozza dei colori Bright Pink CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9900;
}
.color-4 {
color: #ffdb57;
}
.color-5 {
color: #a3d55d;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ff6e61;
--color-3: #ff9900;
--color-4: #ffdb57;
--color-5: #a3d55d;
}

CSS con gradiente di sfondo Bright Pink

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

Bright Pink color palette created on .