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: #02a7d4;
}
.color-2 {
color: #3ab8f2;
}
.color-3 {
color: #a5dde9;
}
.color-4 {
color: #e1f5fe;
}
.color-5 {
color: #ffb84d;
}
/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #3ab8f2;
--color-3: #a5dde9;
--color-4: #e1f5fe;
--color-5: #ffb84d;
}
CSS con gradiente di sfondo Tropical Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #3ab8f2, #a5dde9, #e1f5fe, #ffb84d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #3ab8f2, #a5dde9, #e1f5fe, #ffb84d);
}
Tavolozze di colori simili
Tropical Serenity color palette created on .