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