Squidward Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Squidward palette
Squidward color palette CSS
/* CSS */
.color-1 {
color: #6a8d90;
}
.color-2 {
color: #a3c7d7;
}
.color-3 {
color: #f0e4b2;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #d0626d;
}
/* CSS Variables */
:root {
--color-1: #6a8d90;
--color-2: #a3c7d7;
--color-3: #f0e4b2;
--color-4: #f7b5a1;
--color-5: #d0626d;
}
Squidward background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a8d90, #a3c7d7, #f0e4b2, #f7b5a1, #d0626d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a8d90, #a3c7d7, #f0e4b2, #f7b5a1, #d0626d);
}
Similar color palettes
Scroll down to explore 100+ Blue color palettes
Squidward color palette created on .