Sunny Shores Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunny Shores palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sunny Shores Color Palette (PNG)
Sunny Shores color palette CSS
/* CSS */
.color-1 {
color: #f4cf3e;
}
.color-2 {
color: #f9e79f;
}
.color-3 {
color: #fad79e;
}
.color-4 {
color: #f5b8b2;
}
.color-5 {
color: #e74d3c;
}
/* CSS Variables */
:root {
--color-1: #f4cf3e;
--color-2: #f9e79f;
--color-3: #fad79e;
--color-4: #f5b8b2;
--color-5: #e74d3c;
}
Sunny Shores background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4cf3e, #f9e79f, #fad79e, #f5b8b2, #e74d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4cf3e, #f9e79f, #fad79e, #f5b8b2, #e74d3c);
}
Similar color palettes
Sunny Shores color palette created on .