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