Sunlit Shores Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Shores palette
Sunlit Shores color palette PNG image
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);
}
Similar color palettes
Sunlit Shores color palette created on .