Seaside Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Seaside Serenity palette

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

Seaside Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #419dbe;
}
.color-2 {
color: #b8d4db;
}
.color-3 {
color: #e0e5e4;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f15d3b;
}

/* CSS Variables */
:root {
--color-1: #419dbe;
--color-2: #b8d4db;
--color-3: #e0e5e4;
--color-4: #f1c84b;
--color-5: #f15d3b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #419dbe, #b8d4db, #e0e5e4, #f1c84b, #f15d3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #419dbe, #b8d4db, #e0e5e4, #f1c84b, #f15d3b);
}

Seaside Serenity color palette created on .