Sayu Color Palette

Discover the beautiful Sayu color palette featuring buttercup (#f5a524), supernova (#f5c400), chateau green (#3cb953), cerulean (#00a8d6) and eminence (#5b2d8f).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Yellow, Green, Blue, Purple, Vibrant, Fun, Summer, Aesthetic 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 Sayu palette

Share this palette to:

💻 Sayu color palette CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #f5c400;
}
.color-3 {
color: #3cb953;
}
.color-4 {
color: #00a8d6;
}
.color-5 {
color: #5b2d8f;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #f5c400;
--color-3: #3cb953;
--color-4: #00a8d6;
--color-5: #5b2d8f;
}

🌈 Sayu background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #f5c400, #3cb953, #00a8d6, #5b2d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #f5c400, #3cb953, #00a8d6, #5b2d8f);
}

Sayu color palette created on .