Grayson Hawthorne Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grayson Hawthorne palette
Color Inspiration
Images that showcase this color palette in real designs
Download Grayson Hawthorne Color Palette (PNG)
Grayson Hawthorne color palette CSS
/* CSS */
.color-1 {
color: #b7cae1;
}
.color-2 {
color: #b2b3b3;
}
.color-3 {
color: #797a7c;
}
.color-4 {
color: #dbdbdc;
}
.color-5 {
color: #548fc0;
}
/* CSS Variables */
:root {
--color-1: #b7cae1;
--color-2: #b2b3b3;
--color-3: #797a7c;
--color-4: #dbdbdc;
--color-5: #548fc0;
}
Grayson Hawthorne background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7cae1, #b2b3b3, #797a7c, #dbdbdc, #548fc0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7cae1, #b2b3b3, #797a7c, #dbdbdc, #548fc0);
}
Similar color palettes
Grayson Hawthorne color palette created on .