Verdant Emberfield カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Verdant Emberfield palette

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

Verdant Emberfield カラーパレット CSS

/* CSS */
.color-1 {
color: #69bf8a;
}
.color-2 {
color: #3c8b4a;
}
.color-3 {
color: #f4b943;
}
.color-4 {
color: #e77a32;
}
.color-5 {
color: #d24732;
}

/* CSS Variables */
:root {
--color-1: #69bf8a;
--color-2: #3c8b4a;
--color-3: #f4b943;
--color-4: #e77a32;
--color-5: #d24732;
}

Verdant Emberfield の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf8a, #3c8b4a, #f4b943, #e77a32, #d24732);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf8a, #3c8b4a, #f4b943, #e77a32, #d24732);
}

Verdant Emberfield color palette created on .