Suncut Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Suncut palette
Color Inspiration
Images that showcase this color palette in real designs
Download Suncut Color Palette (PNG)
Suncut color palette CSS
/* CSS */
.color-1 {
color: #ffe09e;
}
.color-2 {
color: #ffd199;
}
.color-3 {
color: #ffc294;
}
.color-4 {
color: #ffad8f;
}
.color-5 {
color: #ff9b85;
}
/* CSS Variables */
:root {
--color-1: #ffe09e;
--color-2: #ffd199;
--color-3: #ffc294;
--color-4: #ffad8f;
--color-5: #ff9b85;
}
Suncut background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffe09e, #ffd199, #ffc294, #ffad8f, #ff9b85);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffe09e, #ffd199, #ffc294, #ffad8f, #ff9b85);
}
Similar color palettes
Suncut color palette created on .