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