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