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