Sunlit Shores Color Palette
Discover the beautiful Sunlit Shores color palette featuring san marino (#3d75a4), fountain blue (#5c9ec1), danube (#79b0d8), saffron (#f4cf3e) and sea buckthorn (#f79c40).
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: #3d75a4;
}
.color-2 {
color: #5c9ec1;
}
.color-3 {
color: #79b0d8;
}
.color-4 {
color: #f4cf3e;
}
.color-5 {
color: #f79c40;
}
/* CSS Variables */
:root {
--color-1: #3d75a4;
--color-2: #5c9ec1;
--color-3: #79b0d8;
--color-4: #f4cf3e;
--color-5: #f79c40;
}
🌈 Sunlit Shores background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3d75a4, #5c9ec1, #79b0d8, #f4cf3e, #f79c40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3d75a4, #5c9ec1, #79b0d8, #f4cf3e, #f79c40);
}
🔗 Explore similar color palettes
Sunlit Shores color palette created on .