Sunlit Shores Color Palette
Discover the beautiful Sunlit Shores color palette featuring sidecar (#f7e8cf), mandys pink (#f4cbae), tacao (#f1a88e), terracotta (#e77d5f) and red damask (#d9613f).
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 Sunlit Shores palette
๐ป Sunlit Shores color palette CSS
/* CSS */
.color-1 {
color: #f7e8cf;
}
.color-2 {
color: #f4cbae;
}
.color-3 {
color: #f1a88e;
}
.color-4 {
color: #e77d5f;
}
.color-5 {
color: #d9613f;
}
/* CSS Variables */
:root {
--color-1: #f7e8cf;
--color-2: #f4cbae;
--color-3: #f1a88e;
--color-4: #e77d5f;
--color-5: #d9613f;
} ๐ Sunlit Shores background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8cf, #f4cbae, #f1a88e, #e77d5f, #d9613f);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8cf, #f4cbae, #f1a88e, #e77d5f, #d9613f);
} ๐ Explore similar color palettes
Sunlit Shores color palette created on .