Serene Grayscale Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Grayscale palette
Download Serene Grayscale Color Palette (PNG)
Serene Grayscale color palette CSS
/* CSS */
.color-1 {
color: #a6c9a6;
}
.color-2 {
color: #8c8c8c;
}
.color-3 {
color: #2e2e4d;
}
.color-4 {
color: #4c9a9a;
}
.color-5 {
color: #b8b8b8;
}
/* CSS Variables */
:root {
--color-1: #a6c9a6;
--color-2: #8c8c8c;
--color-3: #2e2e4d;
--color-4: #4c9a9a;
--color-5: #b8b8b8;
}
Serene Grayscale background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c9a6, #8c8c8c, #2e2e4d, #4c9a9a, #b8b8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c9a6, #8c8c8c, #2e2e4d, #4c9a9a, #b8b8b8);
}
Similar color palettes
Serene Grayscale color palette created on .