Tropical Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Serenity palette
Tropical Serenity color palette CSS
/* CSS */
.color-1 {
color: #a3e0d8;
}
.color-2 {
color: #81c5b3;
}
.color-3 {
color: #54a69a;
}
.color-4 {
color: #2d7b7b;
}
.color-5 {
color: #0d5959;
}
/* CSS Variables */
:root {
--color-1: #a3e0d8;
--color-2: #81c5b3;
--color-3: #54a69a;
--color-4: #2d7b7b;
--color-5: #0d5959;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3e0d8, #81c5b3, #54a69a, #2d7b7b, #0d5959);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3e0d8, #81c5b3, #54a69a, #2d7b7b, #0d5959);
}
Similar color palettes
Tropical Serenity color palette created on .