Seaside Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Seaside Serenity palette

このパレットを共有する先:

Seaside Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f4e1d2;
}
.color-3 {
color: #f9cb9f;
}
.color-4 {
color: #e66b6b;
}
.color-5 {
color: #fad6a3;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f4e1d2;
--color-3: #f9cb9f;
--color-4: #e66b6b;
--color-5: #fad6a3;
}

Seaside Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f4e1d2, #f9cb9f, #e66b6b, #fad6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f4e1d2, #f9cb9f, #e66b6b, #fad6a3);
}

Seaside Serenity color palette created on .