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: #3a984e;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #4b91e2;
}
.color-4 {
color: #e94e77;
}
.color-5 {
color: #f6e48e;
}
/* CSS Variables */
:root {
--color-1: #3a984e;
--color-2: #f5a524;
--color-3: #4b91e2;
--color-4: #e94e77;
--color-5: #f6e48e;
}
Retro Green Red Blue の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a984e, #f5a524, #4b91e2, #e94e77, #f6e48e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a984e, #f5a524, #4b91e2, #e94e77, #f6e48e);
}
似たようなカラーパレット
Retro Green Red Blue color palette created on .