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