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