Caribbean Green Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Caribbean Green Shades palette

このパレットを共有する先:

Caribbean Green Shades カラーパレット (PNG) をダウンロード

Download caribbean green shades color palette PNG image (landscape)
Download caribbean green shades color palette PNG image (square)

Caribbean Green Shades カラーパレット 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 の背景のグラデーション 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);
}

Caribbean Green Shades color palette created on .