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