Serene Skies at Dusk カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Serene Skies at Dusk palette
Serene Skies at Dusk カラーパレット CSS
/* CSS */
.color-1 {
color: #4a5b78;
}
.color-2 {
color: #6a7a90;
}
.color-3 {
color: #9aa9b6;
}
.color-4 {
color: #cfd6d8;
}
.color-5 {
color: #f4d67b;
}
/* CSS Variables */
:root {
--color-1: #4a5b78;
--color-2: #6a7a90;
--color-3: #9aa9b6;
--color-4: #cfd6d8;
--color-5: #f4d67b;
}
Serene Skies at Dusk の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a5b78, #6a7a90, #9aa9b6, #cfd6d8, #f4d67b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a5b78, #6a7a90, #9aa9b6, #cfd6d8, #f4d67b);
}
似たようなカラーパレット
Serene Skies at Dusk color palette created on .