Lamb Devil Color Palette

Discover the beautiful Lamb Devil color palette featuring vanilla ice (#efcdcf), apricot peach (#f9c2bd), geraldine (#f59583), terracotta (#e37464) and chestnut rose (#cf564a).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withCoral, Earthy, Feminine, Muted, Peach, Pink, Red, Soft, 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 Lamb Devil palette

Share this palette to:

💻 Lamb Devil color palette CSS

/* CSS */
.color-1 {
color: #efcdcf;
}
.color-2 {
color: #f9c2bd;
}
.color-3 {
color: #f59583;
}
.color-4 {
color: #e37464;
}
.color-5 {
color: #cf564a;
}

/* CSS Variables */
:root {
--color-1: #efcdcf;
--color-2: #f9c2bd;
--color-3: #f59583;
--color-4: #e37464;
--color-5: #cf564a;
}

🌈 Lamb Devil background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efcdcf, #f9c2bd, #f59583, #e37464, #cf564a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efcdcf, #f9c2bd, #f59583, #e37464, #cf564a);
}

Lamb Devil color palette created on .