Light Blue Sea Goddess Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Light Blue Sea Goddess palette
Light Blue Sea Goddess color palette CSS
/* CSS */
.color-1 {
color: #3c9cdd;
}
.color-2 {
color: #4dc5e0;
}
.color-3 {
color: #69e2e2;
}
.color-4 {
color: #8ef1e5;
}
.color-5 {
color: #baf2e6;
}
/* CSS Variables */
:root {
--color-1: #3c9cdd;
--color-2: #4dc5e0;
--color-3: #69e2e2;
--color-4: #8ef1e5;
--color-5: #baf2e6;
}
Light Blue Sea Goddess background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c9cdd, #4dc5e0, #69e2e2, #8ef1e5, #baf2e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c9cdd, #4dc5e0, #69e2e2, #8ef1e5, #baf2e6);
}
Similar color palettes
Light Blue Sea Goddess color palette created on .