Serenity Tides カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity Tides palette

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

Serenity Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #4f6d87;
}
.color-2 {
color: #6c8b9d;
}
.color-3 {
color: #8ab7b7;
}
.color-4 {
color: #b2e0d3;
}
.color-5 {
color: #f5faf5;
}

/* CSS Variables */
:root {
--color-1: #4f6d87;
--color-2: #6c8b9d;
--color-3: #8ab7b7;
--color-4: #b2e0d3;
--color-5: #f5faf5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f6d87, #6c8b9d, #8ab7b7, #b2e0d3, #f5faf5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f6d87, #6c8b9d, #8ab7b7, #b2e0d3, #f5faf5);
}

Serenity Tides color palette created on .