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: #1c9cce;
}
.color-2 {
color: #50b9d3;
}
.color-3 {
color: #82e1e8;
}
.color-4 {
color: #f6d16a;
}
.color-5 {
color: #f65e3c;
}
/* CSS Variables */
:root {
--color-1: #1c9cce;
--color-2: #50b9d3;
--color-3: #82e1e8;
--color-4: #f6d16a;
--color-5: #f65e3c;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c9cce, #50b9d3, #82e1e8, #f6d16a, #f65e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c9cce, #50b9d3, #82e1e8, #f6d16a, #f65e3c);
}
Similar color palettes
Tropical Serenity color palette created on .