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