Emerald Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Emerald Breeze palette

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

Emerald Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #60be7f;
}
.color-3 {
color: #8fdc8f;
}
.color-4 {
color: #c2e4b4;
}
.color-5 {
color: #f3faeb;
}

/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #60be7f;
--color-3: #8fdc8f;
--color-4: #c2e4b4;
--color-5: #f3faeb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #60be7f, #8fdc8f, #c2e4b4, #f3faeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #60be7f, #8fdc8f, #c2e4b4, #f3faeb);
}

Emerald Breeze color palette created on .