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