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