Emerald Dazzle カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emerald Dazzle palette

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

Emerald Dazzle カラー パレット PNG 画像

Download emerald dazzle color palette PNG image (landscape)
Download emerald dazzle color palette PNG image (square)

Emerald Dazzle カラーパレット CSS

/* CSS */
.color-1 {
color: #2ecc70;
}
.color-2 {
color: #28af60;
}
.color-3 {
color: #1abc9c;
}
.color-4 {
color: #16a286;
}
.color-5 {
color: #2b3d50;
}

/* CSS Variables */
:root {
--color-1: #2ecc70;
--color-2: #28af60;
--color-3: #1abc9c;
--color-4: #16a286;
--color-5: #2b3d50;
}

Emerald Dazzle の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ecc70, #28af60, #1abc9c, #16a286, #2b3d50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ecc70, #28af60, #1abc9c, #16a286, #2b3d50);
}

Emerald Dazzle color palette created on .