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