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