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: #1e3b8a;
}
.color-2 {
color: #61a6fa;
}
.color-3 {
color: #a7caa0;
}
.color-4 {
color: #facc14;
}
.color-5 {
color: #f9fafb;
}

/* CSS Variables */
:root {
--color-1: #1e3b8a;
--color-2: #61a6fa;
--color-3: #a7caa0;
--color-4: #facc14;
--color-5: #f9fafb;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3b8a, #61a6fa, #a7caa0, #facc14, #f9fafb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3b8a, #61a6fa, #a7caa0, #facc14, #f9fafb);
}

Serenity by the Shore color palette created on .