Dutch Garden Serenity Color Palette

Discover the beautiful Dutch Garden Serenity color palette featuring casablanca (#f9aa48), manhattan (#f7c5a1), link water (#cfe7f2), morning glory (#a3d6e1) and breaker bay (#4f9c99).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Apricot, Blue, Aqua, Spring 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

UI Examples

Explore beautiful UI components with Dutch Garden Serenity palette

Share this palette to:

💻 Dutch Garden Serenity color palette CSS

/* CSS */
.color-1 {
color: #f9aa48;
}
.color-2 {
color: #f7c5a1;
}
.color-3 {
color: #cfe7f2;
}
.color-4 {
color: #a3d6e1;
}
.color-5 {
color: #4f9c99;
}

/* CSS Variables */
:root {
--color-1: #f9aa48;
--color-2: #f7c5a1;
--color-3: #cfe7f2;
--color-4: #a3d6e1;
--color-5: #4f9c99;
}

🌈 Dutch Garden Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aa48, #f7c5a1, #cfe7f2, #a3d6e1, #4f9c99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aa48, #f7c5a1, #cfe7f2, #a3d6e1, #4f9c99);
}

Dutch Garden Serenity color palette created on .