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