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