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