Rocky Sunrise Color Palette
Discover the beautiful Rocky Sunrise color palette featuring potters clay (#8a6a3d), porsche (#e9b35d), golden sand (#f4d171), sandwisp (#f7e7a1) and regent st blue (#a2d2e2).
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 Rocky Sunrise palette
๐ป Rocky Sunrise color palette CSS
/* CSS */
.color-1 {
color: #8a6a3d;
}
.color-2 {
color: #e9b35d;
}
.color-3 {
color: #f4d171;
}
.color-4 {
color: #f7e7a1;
}
.color-5 {
color: #a2d2e2;
}
/* CSS Variables */
:root {
--color-1: #8a6a3d;
--color-2: #e9b35d;
--color-3: #f4d171;
--color-4: #f7e7a1;
--color-5: #a2d2e2;
} ๐ Rocky Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a6a3d, #e9b35d, #f4d171, #f7e7a1, #a2d2e2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a6a3d, #e9b35d, #f4d171, #f7e7a1, #a2d2e2);
} ๐ Explore similar color palettes
Rocky Sunrise color palette created on .