Shades of Yellow Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow Green palette

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

Shades of Yellow Green カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ffcc00;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #a1d600;
}
.color-5 {
color: #00b300;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ffcc00;
--color-3: #ffea00;
--color-4: #a1d600;
--color-5: #00b300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ffcc00, #ffea00, #a1d600, #00b300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ffcc00, #ffea00, #a1d600, #00b300);
}

Shades of Yellow Green color palette created on .