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