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
๐ก 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
๐ป 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);
} ๐ Explore similar color palettes
Syre color palette created on .