Blue Water カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Water palette

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

Blue Water カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #5abfd8;
}
.color-3 {
color: #0096b8;
}
.color-4 {
color: #007a8a;
}
.color-5 {
color: #005f61;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #5abfd8;
--color-3: #0096b8;
--color-4: #007a8a;
--color-5: #005f61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #5abfd8, #0096b8, #007a8a, #005f61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #5abfd8, #0096b8, #007a8a, #005f61);
}

Blue Water color palette created on .