Caribbean Green Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Caribbean Green Shades palette
Download Caribbean Green Shades Color Palette (PNG)
Caribbean Green Shades color palette CSS
/* CSS */
.color-1 {
color: #00cc99;
}
.color-2 {
color: #009975;
}
.color-3 {
color: #007a66;
}
.color-4 {
color: #005c57;
}
.color-5 {
color: #003d42;
}
/* CSS Variables */
:root {
--color-1: #00cc99;
--color-2: #009975;
--color-3: #007a66;
--color-4: #005c57;
--color-5: #003d42;
}
Caribbean Green Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00cc99, #009975, #007a66, #005c57, #003d42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00cc99, #009975, #007a66, #005c57, #003d42);
}
Similar color palettes
Caribbean Green Shades color palette created on .