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: #60e6ce;
}
.color-2 {
color: #a4e3f4;
}
.color-3 {
color: #f6a2e8;
}
.color-4 {
color: #ff5c9a;
}
.color-5 {
color: #ffb65c;
}

/* CSS Variables */
:root {
--color-1: #60e6ce;
--color-2: #a4e3f4;
--color-3: #f6a2e8;
--color-4: #ff5c9a;
--color-5: #ffb65c;
}

CSS con gradiente di sfondo Bright Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #60e6ce, #a4e3f4, #f6a2e8, #ff5c9a, #ffb65c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #60e6ce, #a4e3f4, #f6a2e8, #ff5c9a, #ffb65c);
}

Bright Pink color palette created on .