Metallic Pink with Celestial Touches Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Metallic Pink with Celestial Touches palette

Condividi questa palette a:

tavolozza dei colori Metallic Pink with Celestial Touches CSS

/* CSS */
.color-1 {
color: #d6006f;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ffb3c2;
}
.color-4 {
color: #00bfff;
}
.color-5 {
color: #a8d3e1;
}

/* CSS Variables */
:root {
--color-1: #d6006f;
--color-2: #ff7092;
--color-3: #ffb3c2;
--color-4: #00bfff;
--color-5: #a8d3e1;
}

CSS con gradiente di sfondo Metallic Pink with Celestial Touches

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6006f, #ff7092, #ffb3c2, #00bfff, #a8d3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6006f, #ff7092, #ffb3c2, #00bfff, #a8d3e1);
}

Metallic Pink with Celestial Touches color palette created on .