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