Blue Waters カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Waters palette

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

Blue Waters カラー パレット PNG 画像

Download blue waters color palette PNG image (landscape)
Download blue waters color palette PNG image (square)

Blue Waters カラーパレット CSS

/* CSS */
.color-1 {
color: #2f6d9d;
}
.color-2 {
color: #4ea2c6;
}
.color-3 {
color: #a2dae6;
}
.color-4 {
color: #f0b4a8;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #2f6d9d;
--color-2: #4ea2c6;
--color-3: #a2dae6;
--color-4: #f0b4a8;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f6d9d, #4ea2c6, #a2dae6, #f0b4a8, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f6d9d, #4ea2c6, #a2dae6, #f0b4a8, #ff6e61);
}

Blue Waters color palette created on .