Tropical Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Serenity palette
Tropical Serenity color palette PNG image
Tropical Serenity color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #a4dada;
}
.color-3 {
color: #7fd2d2;
}
.color-4 {
color: #4abfbf;
}
.color-5 {
color: #009999;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #a4dada;
--color-3: #7fd2d2;
--color-4: #4abfbf;
--color-5: #009999;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #a4dada, #7fd2d2, #4abfbf, #009999);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #a4dada, #7fd2d2, #4abfbf, #009999);
}
Similar color palettes
Tropical Serenity color palette created on .