Discover the beautiful Gloomy Serenity color palette featuring juniper (#7a8d90), submarine (#b6c9c9), porcelain (#e2e8e9), givry (#f7d4c5) and chestnut rose (#d45e5e).
Gloomy Serenity Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
Explore how the Gloomy Serenity palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Gloomy Serenity palette
๐ป Gloomy Serenity color palette CSS
/* CSS */
.color-1 {
color: #7a8d90;
}
.color-2 {
color: #b6c9c9;
}
.color-3 {
color: #e2e8e9;
}
.color-4 {
color: #f7d4c5;
}
.color-5 {
color: #d45e5e;
}
/* CSS Variables */
:root {
--color-1: #7a8d90;
--color-2: #b6c9c9;
--color-3: #e2e8e9;
--color-4: #f7d4c5;
--color-5: #d45e5e;
}
๐ Gloomy Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a8d90, #b6c9c9, #e2e8e9, #f7d4c5, #d45e5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a8d90, #b6c9c9, #e2e8e9, #f7d4c5, #d45e5e);
}
๐ Explore similar color palettes
Gloomy Serenity color palette created on .