Tsunami Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tsunami palette
Tsunami color palette PNG image
Tsunami color palette CSS
/* CSS */
.color-1 {
color: #008cf0;
}
.color-2 {
color: #00aed1;
}
.color-3 {
color: #00c4d6;
}
.color-4 {
color: #4ee4e4;
}
.color-5 {
color: #f3f7e9;
}
/* CSS Variables */
:root {
--color-1: #008cf0;
--color-2: #00aed1;
--color-3: #00c4d6;
--color-4: #4ee4e4;
--color-5: #f3f7e9;
}
Tsunami background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #008cf0, #00aed1, #00c4d6, #4ee4e4, #f3f7e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #008cf0, #00aed1, #00c4d6, #4ee4e4, #f3f7e9);
}
Similar color palettes
Scroll down to explore 1000+ Blue color palettes
Tsunami color palette created on .