Syre Color Palette

Discover the beautiful Syre color palette featuring swamp (#002324), plantation (#275153), sandal (#ad7e67), oriental pink (#c49e87) and apricot peach (#f9d1b9).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Coastal, Cream, Dark, Earthy, Modern, Neutral, Peach, Teal, 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 Syre palette

Share this palette to:

๐Ÿ’ป Syre color palette CSS

/* CSS */
.color-1 {
color: #002324;
}
.color-2 {
color: #275153;
}
.color-3 {
color: #ad7e67;
}
.color-4 {
color: #c49e87;
}
.color-5 {
color: #f9d1b9;
}

/* CSS Variables */
:root {
--color-1: #002324;
--color-2: #275153;
--color-3: #ad7e67;
--color-4: #c49e87;
--color-5: #f9d1b9;
}

๐ŸŒˆ Syre background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #002324, #275153, #ad7e67, #c49e87, #f9d1b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #002324, #275153, #ad7e67, #c49e87, #f9d1b9);
}

Syre color palette created on .