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