Teal Serenity Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Teal Serenity palette

Condividi questa palette a:

tavolozza dei colori Teal Serenity CSS

/* CSS */
.color-1 {
color: #d5e5e7;
}
.color-2 {
color: #a4c6c4;
}
.color-3 {
color: #7db09d;
}
.color-4 {
color: #4b8b7a;
}
.color-5 {
color: #3e6a65;
}

/* CSS Variables */
:root {
--color-1: #d5e5e7;
--color-2: #a4c6c4;
--color-3: #7db09d;
--color-4: #4b8b7a;
--color-5: #3e6a65;
}

CSS con gradiente di sfondo Teal Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5e5e7, #a4c6c4, #7db09d, #4b8b7a, #3e6a65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5e5e7, #a4c6c4, #7db09d, #4b8b7a, #3e6a65);
}

Teal Serenity color palette created on .