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: #0abae6;
}
.color-2 {
color: #1dbbc3;
}
.color-3 {
color: #2eb89e;
}
.color-4 {
color: #4ab563;
}
.color-5 {
color: #3db37c;
}
/* CSS Variables */
:root {
--color-1: #0abae6;
--color-2: #1dbbc3;
--color-3: #2eb89e;
--color-4: #4ab563;
--color-5: #3db37c;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0abae6, #1dbbc3, #2eb89e, #4ab563, #3db37c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0abae6, #1dbbc3, #2eb89e, #4ab563, #3db37c);
}
Similar color palettes
Tropical Serenity color palette created on .