Discover the beautiful Warm Solace color palette featuring gorse (#fde94e), sandy brown (#f3a85e), apricot (#ef9e7b), deep blush (#e67f9c) and cranberry (#d34a8a).

Warm Solace 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 Warm Solace palette works in real UI components and design elements.

UI Examples

Explore beautiful UI components with Warm Solace palette

Share this palette to:

💻 Warm Solace color palette CSS

/* CSS */
.color-1 {
color: #fde94e;
}
.color-2 {
color: #f3a85e;
}
.color-3 {
color: #ef9e7b;
}
.color-4 {
color: #e67f9c;
}
.color-5 {
color: #d34a8a;
}

/* CSS Variables */
:root {
--color-1: #fde94e;
--color-2: #f3a85e;
--color-3: #ef9e7b;
--color-4: #e67f9c;
--color-5: #d34a8a;
}

🌈 Warm Solace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fde94e, #f3a85e, #ef9e7b, #e67f9c, #d34a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fde94e, #f3a85e, #ef9e7b, #e67f9c, #d34a8a);
}

Warm Solace color palette created on .