Serendipity Tides カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serendipity Tides palette

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

Serendipity Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #4eb8c6;
}
.color-2 {
color: #3a9ea1;
}
.color-3 {
color: #2c8587;
}
.color-4 {
color: #1f6d70;
}
.color-5 {
color: #d3a55a;
}

/* CSS Variables */
:root {
--color-1: #4eb8c6;
--color-2: #3a9ea1;
--color-3: #2c8587;
--color-4: #1f6d70;
--color-5: #d3a55a;
}

Serendipity Tides の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4eb8c6, #3a9ea1, #2c8587, #1f6d70, #d3a55a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4eb8c6, #3a9ea1, #2c8587, #1f6d70, #d3a55a);
}

Serendipity Tides color palette created on .