Calm Sun and Always Suspicious Moon Color Palette

Discover the beautiful Calm Sun and Always Suspicious Moon color palette featuring saffron (#f4c543), astra (#f9e5b3), porsche (#e7a35f), periwinkle gray (#b4c9e4) and bali hai (#8a9bb7).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBlue, Bright, Cream, Light, Moon, Orange, Soft, Yellow 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 Calm Sun and Always Suspicious Moon palette

Share this palette to:

💻 Calm Sun and Always Suspicious Moon color palette CSS

/* CSS */
.color-1 {
color: #f4c543;
}
.color-2 {
color: #f9e5b3;
}
.color-3 {
color: #e7a35f;
}
.color-4 {
color: #b4c9e4;
}
.color-5 {
color: #8a9bb7;
}

/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #f9e5b3;
--color-3: #e7a35f;
--color-4: #b4c9e4;
--color-5: #8a9bb7;
}

🌈 Calm Sun and Always Suspicious Moon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #f9e5b3, #e7a35f, #b4c9e4, #8a9bb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #f9e5b3, #e7a35f, #b4c9e4, #8a9bb7);
}

Calm Sun and Always Suspicious Moon color palette created on .