Serene Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Waters palette

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

Serene Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #c7dde5;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #8eafb8;
}
.color-4 {
color: #68a6a0;
}
.color-5 {
color: #3d8a82;
}

/* CSS Variables */
:root {
--color-1: #c7dde5;
--color-2: #a5c6d5;
--color-3: #8eafb8;
--color-4: #68a6a0;
--color-5: #3d8a82;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7dde5, #a5c6d5, #8eafb8, #68a6a0, #3d8a82);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7dde5, #a5c6d5, #8eafb8, #68a6a0, #3d8a82);
}

Serene Waters color palette created on .