Sunset Over Ocean Waves Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunset Over Ocean Waves palette
Sunset Over Ocean Waves color palette CSS
/* CSS */
.color-1 {
color: #ef6c8b;
}
.color-2 {
color: #df4967;
}
.color-3 {
color: #57788e;
}
.color-4 {
color: #476376;
}
.color-5 {
color: #3d5666;
}
/* CSS Variables */
:root {
--color-1: #ef6c8b;
--color-2: #df4967;
--color-3: #57788e;
--color-4: #476376;
--color-5: #3d5666;
}
Sunset Over Ocean Waves background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef6c8b, #df4967, #57788e, #476376, #3d5666);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef6c8b, #df4967, #57788e, #476376, #3d5666);
}
Similar color palettes
Sunset Over Ocean Waves color palette created on .