Serene Waterscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Waterscape palette

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

Serene Waterscape カラーパレット CSS

/* CSS */
.color-1 {
color: #3cb1e7;
}
.color-2 {
color: #aad9e4;
}
.color-3 {
color: #e6f7f9;
}
.color-4 {
color: #f7e9b6;
}
.color-5 {
color: #f1beb7;
}

/* CSS Variables */
:root {
--color-1: #3cb1e7;
--color-2: #aad9e4;
--color-3: #e6f7f9;
--color-4: #f7e9b6;
--color-5: #f1beb7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3cb1e7, #aad9e4, #e6f7f9, #f7e9b6, #f1beb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3cb1e7, #aad9e4, #e6f7f9, #f7e9b6, #f1beb7);
}

Serene Waterscape color palette created on .