Hot Pink Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Hot Pink Shades palette

Condividi questa palette a:

tavolozza dei colori Hot Pink Shades CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #a400b3;
}
.color-3 {
color: #6a2c90;
}
.color-4 {
color: #490070;
}
.color-5 {
color: #2d004d;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #a400b3;
--color-3: #6a2c90;
--color-4: #490070;
--color-5: #2d004d;
}

CSS con gradiente di sfondo Hot Pink Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #a400b3, #6a2c90, #490070, #2d004d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #a400b3, #6a2c90, #490070, #2d004d);
}

Hot Pink Shades color palette created on .