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