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