Shades of Red カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Red palette
Shades of Red カラーパレット CSS
/* CSS */
.color-1 {
color: #ff5c5c;
}
.color-2 {
color: #ff9d5c;
}
.color-3 {
color: #ffff5c;
}
.color-4 {
color: #9dff5c;
}
.color-5 {
color: #5cff9d;
}
/* CSS Variables */
:root {
--color-1: #ff5c5c;
--color-2: #ff9d5c;
--color-3: #ffff5c;
--color-4: #9dff5c;
--color-5: #5cff9d;
}
Shades of Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5c5c, #ff9d5c, #ffff5c, #9dff5c, #5cff9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5c5c, #ff9d5c, #ffff5c, #9dff5c, #5cff9d);
}
似たようなカラーパレット
下にスクロールして600+個のブライトカラーパレットを探索しましょう
Shades of Red color palette created on .