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