Tropical Serenity Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Tropical Serenity palette
tavolozza dei colori Tropical Serenity CSS
/* CSS */
.color-1 {
color: #1aa0c1;
}
.color-2 {
color: #1bc1d0;
}
.color-3 {
color: #41d8d5;
}
.color-4 {
color: #55e7e4;
}
.color-5 {
color: #a7f6f3;
}
/* CSS Variables */
:root {
--color-1: #1aa0c1;
--color-2: #1bc1d0;
--color-3: #41d8d5;
--color-4: #55e7e4;
--color-5: #a7f6f3;
}
CSS con gradiente di sfondo Tropical Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1aa0c1, #1bc1d0, #41d8d5, #55e7e4, #a7f6f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1aa0c1, #1bc1d0, #41d8d5, #55e7e4, #a7f6f3);
}
Tavolozze di colori simili
Tropical Serenity color palette created on .