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