Sea Moon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sea Moon palette
Sea Moon color palette PNG image
Sea Moon color palette CSS
/* CSS */
.color-1 {
color: #6f9cbe;
}
.color-2 {
color: #b1d4e7;
}
.color-3 {
color: #f1e4d5;
}
.color-4 {
color: #f7a89c;
}
.color-5 {
color: #e76a7b;
}
/* CSS Variables */
:root {
--color-1: #6f9cbe;
--color-2: #b1d4e7;
--color-3: #f1e4d5;
--color-4: #f7a89c;
--color-5: #e76a7b;
}
Sea Moon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f9cbe, #b1d4e7, #f1e4d5, #f7a89c, #e76a7b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f9cbe, #b1d4e7, #f1e4d5, #f7a89c, #e76a7b);
}
Similar color palettes
Scroll down to explore 1000+ colors.sea color palettes
Sea Moon color palette created on .