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