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