Givry Sunrise Color Palette

Discover the beautiful Givry Sunrise color palette featuring marzipan (#f7d6a1), cashmere (#e2bfa1), eunry (#d1a99e), whiskey (#d59b7b) and santa fe (#b5684a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBeige, Bright, Cream, Earthy, Neutral, Soft, Spring, Sunset, Tan, Warm 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 Givry Sunrise palette

Share this palette to:

💻 Givry Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f7d6a1;
}
.color-2 {
color: #e2bfa1;
}
.color-3 {
color: #d1a99e;
}
.color-4 {
color: #d59b7b;
}
.color-5 {
color: #b5684a;
}

/* CSS Variables */
:root {
--color-1: #f7d6a1;
--color-2: #e2bfa1;
--color-3: #d1a99e;
--color-4: #d59b7b;
--color-5: #b5684a;
}

🌈 Givry Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d6a1, #e2bfa1, #d1a99e, #d59b7b, #b5684a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d6a1, #e2bfa1, #d1a99e, #d59b7b, #b5684a);
}

Givry Sunrise color palette created on .