Yellow Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Yellow Green palette

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

Yellow Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #fac400;
}
.color-3 {
color: #fae900;
}
.color-4 {
color: #a4db00;
}
.color-5 {
color: #00b300;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #fac400;
--color-3: #fae900;
--color-4: #a4db00;
--color-5: #00b300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #fac400, #fae900, #a4db00, #00b300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #fac400, #fae900, #a4db00, #00b300);
}

Yellow Green color palette created on .