Sea Stingray Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sea Stingray palette
Color Inspiration
Images that showcase this color palette in real designs
Download Sea Stingray Color Palette (PNG)
Sea Stingray color palette CSS
/* CSS */
.color-1 {
color: #4a9cba;
}
.color-2 {
color: #3b8c8c;
}
.color-3 {
color: #2c7d7b;
}
.color-4 {
color: #1a6b65;
}
.color-5 {
color: #0d5e5d;
}
/* CSS Variables */
:root {
--color-1: #4a9cba;
--color-2: #3b8c8c;
--color-3: #2c7d7b;
--color-4: #1a6b65;
--color-5: #0d5e5d;
}
Sea Stingray background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cba, #3b8c8c, #2c7d7b, #1a6b65, #0d5e5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cba, #3b8c8c, #2c7d7b, #1a6b65, #0d5e5d);
}
Similar color palettes
Sea Stingray color palette created on .