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: #fab700;
}
.color-2 {
color: #fad400;
}
.color-3 {
color: #e0f500;
}
.color-4 {
color: #a1d600;
}
.color-5 {
color: #4cae4f;
}
/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #fad400;
--color-3: #e0f500;
--color-4: #a1d600;
--color-5: #4cae4f;
}
Shades of Yellow Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #fad400, #e0f500, #a1d600, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #fad400, #e0f500, #a1d600, #4cae4f);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Shades of Yellow Green color palette created on .