Fortune's Embrace Color Palette

Discover the beautiful Fortune's Embrace color palette featuring energy yellow (#f7d74b), picton blue (#4cc1e1), mountain meadow (#1d9a73), tango (#f57e29) and monza (#d10031).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Aqua, Yellow, Orange 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 Fortune's Embrace palette

Share this palette to:

💻 Fortune's Embrace color palette CSS

/* CSS */
.color-1 {
color: #f7d74b;
}
.color-2 {
color: #4cc1e1;
}
.color-3 {
color: #1d9a73;
}
.color-4 {
color: #f57e29;
}
.color-5 {
color: #d10031;
}

/* CSS Variables */
:root {
--color-1: #f7d74b;
--color-2: #4cc1e1;
--color-3: #1d9a73;
--color-4: #f57e29;
--color-5: #d10031;
}

🌈 Fortune's Embrace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d74b, #4cc1e1, #1d9a73, #f57e29, #d10031);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d74b, #4cc1e1, #1d9a73, #f57e29, #d10031);
}

Fortune's Embrace color palette created on .