Cuddle Sunset Color Palette
Discover the beautiful Cuddle Sunset color palette featuring golden sand (#f1e57e), rajah (#f3b26d), froly (#f37f6d), cabaret (#d14d6b) and cadillac (#a14f6e).
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 Cuddle Sunset palette
💻 Cuddle Sunset color palette CSS
/* CSS */
.color-1 {
  color: #f1e57e;
 }
.color-2 {
  color: #f3b26d;
 }
.color-3 {
  color: #f37f6d;
 }
.color-4 {
  color: #d14d6b;
 }
.color-5 {
  color: #a14f6e;
 }
/* CSS Variables */
:root {
  --color-1: #f1e57e;
  --color-2: #f3b26d;
  --color-3: #f37f6d;
  --color-4: #d14d6b;
  --color-5: #a14f6e;
 } 🌈 Cuddle Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
  background: linear-gradient(0.25turn, #f1e57e, #f3b26d, #f37f6d, #d14d6b, #a14f6e);
 } /* Radial Gradient */
.radial-gradient {
  background: radial-gradient(circle, #f1e57e, #f3b26d, #f37f6d, #d14d6b, #a14f6e);
 } 🔗 Explore similar color palettes
Cuddle Sunset color palette created on .