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