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

Our color palette generator created this versatile color scheme which shares characteristics withAmber, Beach, Bright, Coastal, Earthy 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

UI Examples

Explore beautiful UI components with Rocky Sunrise palette

Share this palette to:

๐Ÿ’ป 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);
}

Rocky Sunrise color palette created on .