Pink Aura Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Aura palette
Pink Aura color palette CSS
/* CSS */
.color-1 {
color: #f7c5d5;
}
.color-2 {
color: #f3a5b0;
}
.color-3 {
color: #f58a8a;
}
.color-4 {
color: #f66f5a;
}
.color-5 {
color: #f75b2b;
}
/* CSS Variables */
:root {
--color-1: #f7c5d5;
--color-2: #f3a5b0;
--color-3: #f58a8a;
--color-4: #f66f5a;
--color-5: #f75b2b;
}
Pink Aura background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5d5, #f3a5b0, #f58a8a, #f66f5a, #f75b2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5d5, #f3a5b0, #f58a8a, #f66f5a, #f75b2b);
}
Similar color palettes
Scroll down to explore 400+ Aesthetic color palettes
Pink Aura color palette created on .