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