Emerald Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emerald Breeze palette

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

Emerald Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #08680b;
}
.color-2 {
color: #0b7916;
}
.color-3 {
color: #0f8517;
}
.color-4 {
color: #12911d;
}
.color-5 {
color: #159e29;
}

/* CSS Variables */
:root {
--color-1: #08680b;
--color-2: #0b7916;
--color-3: #0f8517;
--color-4: #12911d;
--color-5: #159e29;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #08680b, #0b7916, #0f8517, #12911d, #159e29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #08680b, #0b7916, #0f8517, #12911d, #159e29);
}

Emerald Breeze color palette created on .