Serene Waterscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Waterscape palette

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

Serene Waterscape カラーパレット CSS

/* CSS */
.color-1 {
color: #3b8ea5;
}
.color-2 {
color: #6ec1d4;
}
.color-3 {
color: #a4e5e0;
}
.color-4 {
color: #f2f1e8;
}
.color-5 {
color: #f7c6b6;
}

/* CSS Variables */
:root {
--color-1: #3b8ea5;
--color-2: #6ec1d4;
--color-3: #a4e5e0;
--color-4: #f2f1e8;
--color-5: #f7c6b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8ea5, #6ec1d4, #a4e5e0, #f2f1e8, #f7c6b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8ea5, #6ec1d4, #a4e5e0, #f2f1e8, #f7c6b6);
}

Serene Waterscape color palette created on .