Discover the beautiful Sunset Tsuki color palette featuring ronchi (#f1c84b), buttercup (#f5a524), zest (#e27c22), valencia (#d54b30) and affair (#694a8c).
Sunset Tsuki Color Palette
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with 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
Explore how the Sunset Tsuki palette works in real UI components and design elements.
UI Examples
Explore beautiful UI components with Sunset Tsuki palette
๐ป Sunset Tsuki color palette CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #e27c22;
}
.color-4 {
color: #d54b30;
}
.color-5 {
color: #694a8c;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f5a524;
--color-3: #e27c22;
--color-4: #d54b30;
--color-5: #694a8c;
}
๐ Sunset Tsuki background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f5a524, #e27c22, #d54b30, #694a8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f5a524, #e27c22, #d54b30, #694a8c);
}
๐ Explore similar color palettes
Sunset Tsuki color palette created on .