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