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