Grey Storm Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Grey Storm palette
Download Grey Storm Color Palette (PNG)
Grey Storm color palette CSS
/* CSS */
.color-1 {
color: #4a4e68;
}
.color-2 {
color: #9a8d98;
}
.color-3 {
color: #f2e8e3;
}
.color-4 {
color: #f7daab;
}
.color-5 {
color: #cacca4;
}
/* CSS Variables */
:root {
--color-1: #4a4e68;
--color-2: #9a8d98;
--color-3: #f2e8e3;
--color-4: #f7daab;
--color-5: #cacca4;
}
Grey Storm background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4e68, #9a8d98, #f2e8e3, #f7daab, #cacca4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4e68, #9a8d98, #f2e8e3, #f7daab, #cacca4);
}
Similar color palettes
Grey Storm color palette created on .