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