Shades of Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Yellow palette

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

Shades of Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f0e400;
}
.color-3 {
color: #c4d600;
}
.color-4 {
color: #a1d600;
}
.color-5 {
color: #6bb800;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f0e400;
--color-3: #c4d600;
--color-4: #a1d600;
--color-5: #6bb800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f0e400, #c4d600, #a1d600, #6bb800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f0e400, #c4d600, #a1d600, #6bb800);
}

Shades of Yellow color palette created on .