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