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