Shades of Green and Red カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green and Red palette
Shades of Green and Red カラーパレット CSS
/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #d33131;
}
.color-3 {
color: #8d6f62;
}
.color-4 {
color: #681b98;
}
.color-5 {
color: #ffb300;
}
/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #d33131;
--color-3: #8d6f62;
--color-4: #681b98;
--color-5: #ffb300;
}
Shades of Green and Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #d33131, #8d6f62, #681b98, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #d33131, #8d6f62, #681b98, #ffb300);
}
似たようなカラーパレット
Shades of Green and Red color palette created on .