Skywood Harmony Color Palette

Discover the beautiful Skywood Harmony color palette featuring cornflower (#92c6e3), paradiso (#3b8c8c), fruit salad (#4c9a6e), moss green (#a0d9a8) and sidecar (#f2e6b5).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Green, Light, 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 Skywood Harmony palette

Share this palette to:

💻 Skywood Harmony color palette CSS

/* CSS */
.color-1 {
color: #92c6e3;
}
.color-2 {
color: #3b8c8c;
}
.color-3 {
color: #4c9a6e;
}
.color-4 {
color: #a0d9a8;
}
.color-5 {
color: #f2e6b5;
}

/* CSS Variables */
:root {
--color-1: #92c6e3;
--color-2: #3b8c8c;
--color-3: #4c9a6e;
--color-4: #a0d9a8;
--color-5: #f2e6b5;
}

🌈 Skywood Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #92c6e3, #3b8c8c, #4c9a6e, #a0d9a8, #f2e6b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #92c6e3, #3b8c8c, #4c9a6e, #a0d9a8, #f2e6b5);
}

Skywood Harmony color palette created on .