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

Share this palette to:

๐Ÿ’ป 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);
}

Gloomy Serenity color palette created on .