Discover the beautiful Orange Determination color palette featuring sea buckthorn (#f9b134), bright sun (#f9d948), marzipan (#f9e19f), rose bud (#f9b79f) and crusta (#f97934).

Orange Determination Color Palette

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics with 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

Explore how the Orange Determination palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Orange Determination palette

Share this palette to:

๐Ÿ’ป Orange Determination color palette CSS

/* CSS */
.color-1 {
color: #f9b134;
}
.color-2 {
color: #f9d948;
}
.color-3 {
color: #f9e19f;
}
.color-4 {
color: #f9b79f;
}
.color-5 {
color: #f97934;
}

/* CSS Variables */
:root {
--color-1: #f9b134;
--color-2: #f9d948;
--color-3: #f9e19f;
--color-4: #f9b79f;
--color-5: #f97934;
}

๐ŸŒˆ Orange Determination background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b134, #f9d948, #f9e19f, #f9b79f, #f97934);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b134, #f9d948, #f9e19f, #f9b79f, #f97934);
}

Orange Determination color palette created on .