Discover the beautiful Pastoral Serenity color palette featuring norway (#8fbc8f), moss green (#b2e0b2), peppermint (#d4f2d4), sandwisp (#f4e1a4) and apricot peach (#f9c8b4).

Pastoral 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 Pastoral Serenity palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Pastoral Serenity palette

Share this palette to:

💻 Pastoral Serenity color palette CSS

/* CSS */
.color-1 {
color: #8fbc8f;
}
.color-2 {
color: #b2e0b2;
}
.color-3 {
color: #d4f2d4;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #f9c8b4;
}

/* CSS Variables */
:root {
--color-1: #8fbc8f;
--color-2: #b2e0b2;
--color-3: #d4f2d4;
--color-4: #f4e1a4;
--color-5: #f9c8b4;
}

🌈 Pastoral Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fbc8f, #b2e0b2, #d4f2d4, #f4e1a4, #f9c8b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fbc8f, #b2e0b2, #d4f2d4, #f4e1a4, #f9c8b4);
}

Pastoral Serenity color palette created on .