Metallic Pink with Celestial Touches Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Metallic Pink with Celestial Touches palette
Metallic Pink with Celestial Touches color palette 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;
}
Metallic Pink with Celestial Touches background gradient CSS
/* 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);
}
Similar color palettes
Metallic Pink with Celestial Touches color palette created on .