Turmeric Sunrise Color Palette
Discover the beautiful Turmeric Sunrise color palette featuring old gold (#d5c548), ronchi (#efbf57), rajah (#f6c279), marzipan (#f8d7a5) and manhattan (#f5bda3).
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 Turmeric Sunrise palette
๐ป Turmeric Sunrise color palette CSS
/* CSS */
.color-1 {
color: #d5c548;
}
.color-2 {
color: #efbf57;
}
.color-3 {
color: #f6c279;
}
.color-4 {
color: #f8d7a5;
}
.color-5 {
color: #f5bda3;
}
/* CSS Variables */
:root {
--color-1: #d5c548;
--color-2: #efbf57;
--color-3: #f6c279;
--color-4: #f8d7a5;
--color-5: #f5bda3;
}
๐ Turmeric Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c548, #efbf57, #f6c279, #f8d7a5, #f5bda3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c548, #efbf57, #f6c279, #f8d7a5, #f5bda3);
}
๐ Explore similar color palettes
Turmeric Sunrise color palette created on .