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