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: #f6a8a2;
}
.color-2 {
color: #f5b87f;
}
.color-3 {
color: #f4d06c;
}
.color-4 {
color: #a7e6b2;
}
.color-5 {
color: #6bd3e1;
}
/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f5b87f;
--color-3: #f4d06c;
--color-4: #a7e6b2;
--color-5: #6bd3e1;
}
Tropical Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f5b87f, #f4d06c, #a7e6b2, #6bd3e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f5b87f, #f4d06c, #a7e6b2, #6bd3e1);
}
Similar color palettes
Tropical Serenity color palette created on .