Teal Sirena Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Sirena palette

Condividi questa palette a:

tavolozza dei colori Teal Sirena CSS

/* CSS */
.color-1 {
color: #4bb9b5;
}
.color-2 {
color: #f9d948;
}
.color-3 {
color: #f25f6d;
}
.color-4 {
color: #e8a27d;
}
.color-5 {
color: #499c9b;
}

/* CSS Variables */
:root {
--color-1: #4bb9b5;
--color-2: #f9d948;
--color-3: #f25f6d;
--color-4: #e8a27d;
--color-5: #499c9b;
}

CSS con gradiente di sfondo Teal Sirena

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bb9b5, #f9d948, #f25f6d, #e8a27d, #499c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bb9b5, #f9d948, #f25f6d, #e8a27d, #499c9b);
}

Teal Sirena color palette created on .