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