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