Shades of Red カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Red palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Shades of Red カラーパレット (PNG) をダウンロード
Shades of Red カラーパレット CSS
/* CSS */
.color-1 {
color: #c92c39;
}
.color-2 {
color: #b5304b;
}
.color-3 {
color: #a64e67;
}
.color-4 {
color: #9b6980;
}
.color-5 {
color: #7e8a91;
}
/* CSS Variables */
:root {
--color-1: #c92c39;
--color-2: #b5304b;
--color-3: #a64e67;
--color-4: #9b6980;
--color-5: #7e8a91;
}
Shades of Red の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c92c39, #b5304b, #a64e67, #9b6980, #7e8a91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c92c39, #b5304b, #a64e67, #9b6980, #7e8a91);
}
似たようなカラーパレット
Shades of Red color palette created on .