Seaside Serenade カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Seaside Serenade palette

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

Seaside Serenade カラーパレット CSS

/* CSS */
.color-1 {
color: #a8e1d1;
}
.color-2 {
color: #65c3b0;
}
.color-3 {
color: #3bb09a;
}
.color-4 {
color: #1e997f;
}
.color-5 {
color: #007a68;
}

/* CSS Variables */
:root {
--color-1: #a8e1d1;
--color-2: #65c3b0;
--color-3: #3bb09a;
--color-4: #1e997f;
--color-5: #007a68;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1d1, #65c3b0, #3bb09a, #1e997f, #007a68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1d1, #65c3b0, #3bb09a, #1e997f, #007a68);
}

Seaside Serenade color palette created on .