Ethereal Twilight Hues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Ethereal Twilight Hues palette
Ethereal Twilight Hues カラーパレット CSS
/* CSS */
.color-1 {
color: #baa6ad;
}
.color-2 {
color: #5182b3;
}
.color-3 {
color: #745866;
}
.color-4 {
color: #325285;
}
.color-5 {
color: #2b365a;
}
/* CSS Variables */
:root {
--color-1: #baa6ad;
--color-2: #5182b3;
--color-3: #745866;
--color-4: #325285;
--color-5: #2b365a;
}
Ethereal Twilight Hues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #baa6ad, #5182b3, #745866, #325285, #2b365a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #baa6ad, #5182b3, #745866, #325285, #2b365a);
}
似たようなカラーパレット
下にスクロールして3個のSoft pinkカラーパレットを探索しましょう
Ethereal Twilight Hues color palette created on .