Blue Water カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Water palette

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

Blue Water カラーパレット CSS

/* CSS */
.color-1 {
color: #4a6e8c;
}
.color-2 {
color: #7a9db8;
}
.color-3 {
color: #a6c4d9;
}
.color-4 {
color: #b4e4e1;
}
.color-5 {
color: #d4f7f1;
}

/* CSS Variables */
:root {
--color-1: #4a6e8c;
--color-2: #7a9db8;
--color-3: #a6c4d9;
--color-4: #b4e4e1;
--color-5: #d4f7f1;
}

Blue Water の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6e8c, #7a9db8, #a6c4d9, #b4e4e1, #d4f7f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6e8c, #7a9db8, #a6c4d9, #b4e4e1, #d4f7f1);
}

Blue Water color palette created on .