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