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