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