Paleta de colores Metallic Pink with Celestial Touches

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Metallic Pink with Celestial Touches palette

Compartir esta paleta en:

CSS de la paleta de colores Metallic Pink with Celestial Touches

/* 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 del degradado de fondo 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 .