Yellow Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Green palette

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

Yellow Green カラーパレット CSS

/* CSS */
.color-1 {
color: #faa700;
}
.color-2 {
color: #f6c13c;
}
.color-3 {
color: #a1d77f;
}
.color-4 {
color: #3bb09a;
}
.color-5 {
color: #f25a76;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #f6c13c;
--color-3: #a1d77f;
--color-4: #3bb09a;
--color-5: #f25a76;
}

Yellow Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #f6c13c, #a1d77f, #3bb09a, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #f6c13c, #a1d77f, #3bb09a, #f25a76);
}

Yellow Green color palette created on .