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: #e6b800;
}
.color-2 {
color: #b2d600;
}
.color-3 {
color: #6f9e00;
}
.color-4 {
color: #4c8000;
}
.color-5 {
color: #2c5c00;
}

/* CSS Variables */
:root {
--color-1: #e6b800;
--color-2: #b2d600;
--color-3: #6f9e00;
--color-4: #4c8000;
--color-5: #2c5c00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b800, #b2d600, #6f9e00, #4c8000, #2c5c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b800, #b2d600, #6f9e00, #4c8000, #2c5c00);
}

Shades of Yellow Green color palette created on .