Serene Voyage カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Voyage palette

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

Serene Voyage カラーパレット CSS

/* CSS */
.color-1 {
color: #a6d7e7;
}
.color-2 {
color: #9fc6c4;
}
.color-3 {
color: #b1e2b8;
}
.color-4 {
color: #f6d6a2;
}
.color-5 {
color: #f9aeae;
}

/* CSS Variables */
:root {
--color-1: #a6d7e7;
--color-2: #9fc6c4;
--color-3: #b1e2b8;
--color-4: #f6d6a2;
--color-5: #f9aeae;
}

Serene Voyage の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6d7e7, #9fc6c4, #b1e2b8, #f6d6a2, #f9aeae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6d7e7, #9fc6c4, #b1e2b8, #f6d6a2, #f9aeae);
}

Serene Voyage color palette created on .