Retro Green Red Blue カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Retro Green Red Blue palette
Retro Green Red Blue カラーパレット CSS
/* CSS */
.color-1 {
color: #9da71b;
}
.color-2 {
color: #f35d49;
}
.color-3 {
color: #9a897e;
}
.color-4 {
color: #f3af39;
}
.color-5 {
color: #ee5d58;
}
/* CSS Variables */
:root {
--color-1: #9da71b;
--color-2: #f35d49;
--color-3: #9a897e;
--color-4: #f3af39;
--color-5: #ee5d58;
}
Retro Green Red Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9da71b, #f35d49, #9a897e, #f3af39, #ee5d58);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9da71b, #f35d49, #9a897e, #f3af39, #ee5d58);
}
似たようなカラーパレット
Retro Green Red Blue color palette created on .