Dreams of Sky and Meadow Color Palette

Discover the beautiful Dreams of Sky and Meadow color palette featuring morning glory (#a3d8e0), primrose (#d7f1a2), cream can (#f4d65d), tacao (#f1a779) and black (#000000).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Blue, Bright, Green, 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 Dreams of Sky and Meadow palette

Share this palette to:

💻 Dreams of Sky and Meadow color palette CSS

/* CSS */
.color-1 {
color: #a3d8e0;
}
.color-2 {
color: #d7f1a2;
}
.color-3 {
color: #f4d65d;
}
.color-4 {
color: #f1a779;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #a3d8e0;
--color-2: #d7f1a2;
--color-3: #f4d65d;
--color-4: #f1a779;
--color-5: #000000;
}

🌈 Dreams of Sky and Meadow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d8e0, #d7f1a2, #f4d65d, #f1a779, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d8e0, #d7f1a2, #f4d65d, #f1a779, #000000);
}

Dreams of Sky and Meadow color palette created on .