Tranquil Tides カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tranquil Tides palette

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

Tranquil Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #a6c8e2;
}
.color-2 {
color: #80b5d6;
}
.color-3 {
color: #5d94b1;
}
.color-4 {
color: #3c6a8b;
}
.color-5 {
color: #294c65;
}

/* CSS Variables */
:root {
--color-1: #a6c8e2;
--color-2: #80b5d6;
--color-3: #5d94b1;
--color-4: #3c6a8b;
--color-5: #294c65;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c8e2, #80b5d6, #5d94b1, #3c6a8b, #294c65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c8e2, #80b5d6, #5d94b1, #3c6a8b, #294c65);
}

Tranquil Tides color palette created on .