Shades of Greyson Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Greyson palette

Share this palette to:

Shades of Greyson color palette CSS

/* CSS */
.color-1 {
color: #a4b3d5;
}
.color-2 {
color: #b7d1d0;
}
.color-3 {
color: #e4b4c2;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #d65c5c;
}

/* CSS Variables */
:root {
--color-1: #a4b3d5;
--color-2: #b7d1d0;
--color-3: #e4b4c2;
--color-4: #f1c84b;
--color-5: #d65c5c;
}

Shades of Greyson background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4b3d5, #b7d1d0, #e4b4c2, #f1c84b, #d65c5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4b3d5, #b7d1d0, #e4b4c2, #f1c84b, #d65c5c);
}

Shades of Greyson color palette created on .