Tsunami Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Tsunami palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Tsunami

Download tsunami color palette PNG image (landscape)
Download tsunami color palette PNG image (square)

tavolozza dei colori Tsunami 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;
}

CSS con gradiente di sfondo Tsunami

/* 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);
}

Tsunami color palette created on .