Pink Ethereal Glitter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Ethereal Glitter palette
Pink Ethereal Glitter color palette CSS
/* CSS */
.color-1 {
color: #f2a6d4;
}
.color-2 {
color: #a8d6e6;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #792c90;
}
/* CSS Variables */
:root {
--color-1: #f2a6d4;
--color-2: #a8d6e6;
--color-3: #ffd54d;
--color-4: #ff6e61;
--color-5: #792c90;
}
Pink Ethereal Glitter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a6d4, #a8d6e6, #ffd54d, #ff6e61, #792c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a6d4, #a8d6e6, #ffd54d, #ff6e61, #792c90);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Pink Ethereal Glitter color palette created on .