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