Serenity Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serenity Waters palette

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

Serenity Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #3b6fa0;
}
.color-2 {
color: #4ca2b8;
}
.color-3 {
color: #7ac5d6;
}
.color-4 {
color: #bbe5ec;
}
.color-5 {
color: #f1f8f9;
}

/* CSS Variables */
:root {
--color-1: #3b6fa0;
--color-2: #4ca2b8;
--color-3: #7ac5d6;
--color-4: #bbe5ec;
--color-5: #f1f8f9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6fa0, #4ca2b8, #7ac5d6, #bbe5ec, #f1f8f9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6fa0, #4ca2b8, #7ac5d6, #bbe5ec, #f1f8f9);
}

Serenity Waters color palette created on .