Cozy Comfort Color Palette

Discover the beautiful Cozy Comfort color palette featuring venetian red (#75000c), guardsman red (#c7000d), coral red (#ff3341), vivid tangerine (#ff9385) and sundown (#ffb8be).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withRed, Crimson, Pink, Coral, Light, Bright, Warm, Vibrant, Soft, Modern 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 Cozy Comfort palette

Share this palette to:

💻 Cozy Comfort color palette CSS

/* CSS */
.color-1 {
color: #75000c;
}
.color-2 {
color: #c7000d;
}
.color-3 {
color: #ff3341;
}
.color-4 {
color: #ff9385;
}
.color-5 {
color: #ffb8be;
}

/* CSS Variables */
:root {
--color-1: #75000c;
--color-2: #c7000d;
--color-3: #ff3341;
--color-4: #ff9385;
--color-5: #ffb8be;
}

🌈 Cozy Comfort background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #75000c, #c7000d, #ff3341, #ff9385, #ffb8be);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #75000c, #c7000d, #ff3341, #ff9385, #ffb8be);
}

Cozy Comfort color palette created on .