Gentle Storms Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Gentle Storms palette
Gentle Storms color palette CSS
/* CSS */
.color-1 {
color: #6a9bd2;
}
.color-2 {
color: #d4e4f7;
}
.color-3 {
color: #b4cae4;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #809c3a;
}
/* CSS Variables */
:root {
--color-1: #6a9bd2;
--color-2: #d4e4f7;
--color-3: #b4cae4;
--color-4: #f1c84b;
--color-5: #809c3a;
}
Gentle Storms background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a9bd2, #d4e4f7, #b4cae4, #f1c84b, #809c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a9bd2, #d4e4f7, #b4cae4, #f1c84b, #809c3a);
}
Similar color palettes
Gentle Storms color palette created on .