Serene Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Waters palette

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

Serene Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #7dc6d8;
}
.color-3 {
color: #5eb1cf;
}
.color-4 {
color: #45a4c9;
}
.color-5 {
color: #3b98b5;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #7dc6d8;
--color-3: #5eb1cf;
--color-4: #45a4c9;
--color-5: #3b98b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #7dc6d8, #5eb1cf, #45a4c9, #3b98b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #7dc6d8, #5eb1cf, #45a4c9, #3b98b5);
}

Serene Waters color palette created on .