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: #1e99ae;
}
.color-2 {
color: #a3cfe0;
}
.color-3 {
color: #f1e9e4;
}
.color-4 {
color: #f6d2a7;
}
.color-5 {
color: #e29f3c;
}

/* CSS Variables */
:root {
--color-1: #1e99ae;
--color-2: #a3cfe0;
--color-3: #f1e9e4;
--color-4: #f6d2a7;
--color-5: #e29f3c;
}

Serenity by the Shore の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e99ae, #a3cfe0, #f1e9e4, #f6d2a7, #e29f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e99ae, #a3cfe0, #f1e9e4, #f6d2a7, #e29f3c);
}

Serenity by the Shore color palette created on .