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