Galactic Aqua School Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Galactic Aqua School palette
Galactic Aqua School color palette CSS
/* CSS */
.color-1 {
color: #4cdc64;
}
.color-2 {
color: #3bb07d;
}
.color-3 {
color: #2a7e83;
}
.color-4 {
color: #1a507f;
}
.color-5 {
color: #143d8a;
}
/* CSS Variables */
:root {
--color-1: #4cdc64;
--color-2: #3bb07d;
--color-3: #2a7e83;
--color-4: #1a507f;
--color-5: #143d8a;
}
Galactic Aqua School background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cdc64, #3bb07d, #2a7e83, #1a507f, #143d8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cdc64, #3bb07d, #2a7e83, #1a507f, #143d8a);
}
Similar color palettes
Galactic Aqua School color palette created on .