Serene Twilight Hues カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Twilight Hues palette
Serene Twilight Hues カラーパレット CSS
/* CSS */
.color-1 {
color: #c4c6e3;
}
.color-2 {
color: #a3cadc;
}
.color-3 {
color: #9cc2d3;
}
.color-4 {
color: #9898b3;
}
.color-5 {
color: #826c64;
}
/* CSS Variables */
:root {
--color-1: #c4c6e3;
--color-2: #a3cadc;
--color-3: #9cc2d3;
--color-4: #9898b3;
--color-5: #826c64;
}
Serene Twilight Hues の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4c6e3, #a3cadc, #9cc2d3, #9898b3, #826c64);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4c6e3, #a3cadc, #9cc2d3, #9898b3, #826c64);
}
似たようなカラーパレット
Serene Twilight Hues color palette created on .