Cuddle Sunset Color Palette
Discover the beautiful Cuddle Sunset color palette featuring golden sand (#f1e67e), 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: #f1e67e;
}
.color-2 {
color: #f3b26d;
}
.color-3 {
color: #f37f6d;
}
.color-4 {
color: #d14d6b;
}
.color-5 {
color: #a14f6e;
}
/* CSS Variables */
:root {
--color-1: #f1e67e;
--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, #f1e67e, #f3b26d, #f37f6d, #d14d6b, #a14f6e);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e67e, #f3b26d, #f37f6d, #d14d6b, #a14f6e);
} ๐ Explore similar color palettes
Cuddle Sunset color palette created on .