Blue CatFish Monster Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue CatFish Monster palette
Blue CatFish Monster color palette CSS
/* CSS */
.color-1 {
color: #3b6b9b;
}
.color-2 {
color: #7bc4d1;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #f28e1c;
}
.color-5 {
color: #e76e50;
}
/* CSS Variables */
:root {
--color-1: #3b6b9b;
--color-2: #7bc4d1;
--color-3: #f4a462;
--color-4: #f28e1c;
--color-5: #e76e50;
}
Blue CatFish Monster background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6b9b, #7bc4d1, #f4a462, #f28e1c, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6b9b, #7bc4d1, #f4a462, #f28e1c, #e76e50);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue CatFish Monster color palette created on .