Tropical Coral Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Tropical Coral palette
Tropical Coral color palette CSS
/* CSS */
.color-1 {
color: #f9b6a4;
}
.color-2 {
color: #f9d08b;
}
.color-3 {
color: #f8ee7c;
}
.color-4 {
color: #8cd4c5;
}
.color-5 {
color: #4c9dc2;
}
/* CSS Variables */
:root {
--color-1: #f9b6a4;
--color-2: #f9d08b;
--color-3: #f8ee7c;
--color-4: #8cd4c5;
--color-5: #4c9dc2;
}
Tropical Coral background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b6a4, #f9d08b, #f8ee7c, #8cd4c5, #4c9dc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b6a4, #f9d08b, #f8ee7c, #8cd4c5, #4c9dc2);
}
Similar color palettes
Scroll down to explore 100+ Beach color palettes
Tropical Coral color palette created on .