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: #66b2a0;
}
.color-2 {
color: #4eb7a2;
}
.color-3 {
color: #3cb4a8;
}
.color-4 {
color: #2aa7a7;
}
.color-5 {
color: #1e9a9f;
}
/* CSS Variables */
:root {
--color-1: #66b2a0;
--color-2: #4eb7a2;
--color-3: #3cb4a8;
--color-4: #2aa7a7;
--color-5: #1e9a9f;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66b2a0, #4eb7a2, #3cb4a8, #2aa7a7, #1e9a9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66b2a0, #4eb7a2, #3cb4a8, #2aa7a7, #1e9a9f);
}
Similar color palettes
Tropical Serenity color palette created on .