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

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Green Red Yellow palette

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

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

/* CSS */
.color-1 {
color: #a1d9b0;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #d19900;
}
.color-5 {
color: #691b3a;
}

/* CSS Variables */
:root {
--color-1: #a1d9b0;
--color-2: #f1a8a2;
--color-3: #f5c400;
--color-4: #d19900;
--color-5: #691b3a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d9b0, #f1a8a2, #f5c400, #d19900, #691b3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d9b0, #f1a8a2, #f5c400, #d19900, #691b3a);
}

Shades of Green Red Yellow color palette created on .