Turquoise Serenity Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Turquoise Serenity palette
tavolozza dei colori Turquoise Serenity CSS
/* CSS */
.color-1 {
color: #a8e1d4;
}
.color-2 {
color: #6ad2d1;
}
.color-3 {
color: #41b1c8;
}
.color-4 {
color: #00999e;
}
.color-5 {
color: #007a78;
}
/* CSS Variables */
:root {
--color-1: #a8e1d4;
--color-2: #6ad2d1;
--color-3: #41b1c8;
--color-4: #00999e;
--color-5: #007a78;
}
CSS con gradiente di sfondo Turquoise Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1d4, #6ad2d1, #41b1c8, #00999e, #007a78);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1d4, #6ad2d1, #41b1c8, #00999e, #007a78);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 400+ tavolozzas di colori Estetico
Turquoise Serenity color palette created on .