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