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