Seaside Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Seaside Serenity palette

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

Seaside Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a4d7e5;
}
.color-2 {
color: #b2e0d0;
}
.color-3 {
color: #e1b7d5;
}
.color-4 {
color: #f4a9bb;
}
.color-5 {
color: #f4c99f;
}

/* CSS Variables */
:root {
--color-1: #a4d7e5;
--color-2: #b2e0d0;
--color-3: #e1b7d5;
--color-4: #f4a9bb;
--color-5: #f4c99f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d7e5, #b2e0d0, #e1b7d5, #f4a9bb, #f4c99f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d7e5, #b2e0d0, #e1b7d5, #f4a9bb, #f4c99f);
}

Seaside Serenity color palette created on .