Loading...
Red Elegance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Red Elegance palette
Red Elegance カラーパレット (PNG) をダウンロード
Red Elegance カラーパレット CSS
/* CSS */
.color-1 {
color: #9e3337;
}
.color-2 {
color: #d06c6c;
}
.color-3 {
color: #f7b7a6;
}
.color-4 {
color: #f4e0ae;
}
.color-5 {
color: #a7d7b8;
}
/* CSS Variables */
:root {
--color-1: #9e3337;
--color-2: #d06c6c;
--color-3: #f7b7a6;
--color-4: #f4e0ae;
--color-5: #a7d7b8;
}
Red Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9e3337, #d06c6c, #f7b7a6, #f4e0ae, #a7d7b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9e3337, #d06c6c, #f7b7a6, #f4e0ae, #a7d7b8);
}
似たようなカラーパレット
Red Elegance color palette created on .