Shades of Citron カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Citron palette

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

Shades of Citron カラーパレット CSS

/* CSS */
.color-1 {
color: #a8b82e;
}
.color-2 {
color: #b8c44a;
}
.color-3 {
color: #d3d869;
}
.color-4 {
color: #f1ee8e;
}
.color-5 {
color: #f7f2a6;
}

/* CSS Variables */
:root {
--color-1: #a8b82e;
--color-2: #b8c44a;
--color-3: #d3d869;
--color-4: #f1ee8e;
--color-5: #f7f2a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b82e, #b8c44a, #d3d869, #f1ee8e, #f7f2a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b82e, #b8c44a, #d3d869, #f1ee8e, #f7f2a6);
}

Shades of Citron color palette created on .