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