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