Suncut Color Palette
Discover the beautiful Suncut color palette featuring cream brulee (#ffe19f), peach orange (#ffd29a), peach orange (#ffc496), mona lisa (#ffaf91) and vivid tangerine (#ff9c86).
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 Suncut palette
๐ป Suncut color palette CSS
/* CSS */
.color-1 {
color: #ffe19f;
}
.color-2 {
color: #ffd29a;
}
.color-3 {
color: #ffc496;
}
.color-4 {
color: #ffaf91;
}
.color-5 {
color: #ff9c86;
}
/* CSS Variables */
:root {
--color-1: #ffe19f;
--color-2: #ffd29a;
--color-3: #ffc496;
--color-4: #ffaf91;
--color-5: #ff9c86;
} ๐ Suncut background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe19f, #ffd29a, #ffc496, #ffaf91, #ff9c86);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe19f, #ffd29a, #ffc496, #ffaf91, #ff9c86);
} ๐ Explore similar color palettes
Suncut color palette created on .