The Night before Dawn カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with The Night before Dawn palette
The Night before Dawn カラーパレット CSS
/* CSS */
.color-1 {
color: #2e3f52;
}
.color-2 {
color: #4a6478;
}
.color-3 {
color: #6c7b89;
}
.color-4 {
color: #a5c1d5;
}
.color-5 {
color: #f1f7f9;
}
/* CSS Variables */
:root {
--color-1: #2e3f52;
--color-2: #4a6478;
--color-3: #6c7b89;
--color-4: #a5c1d5;
--color-5: #f1f7f9;
}
The Night before Dawn の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e3f52, #4a6478, #6c7b89, #a5c1d5, #f1f7f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e3f52, #4a6478, #6c7b89, #a5c1d5, #f1f7f9);
}
似たようなカラーパレット
The Night before Dawn color palette created on .