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