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