Aquatic Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aquatic Harmony palette

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

Aquatic Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #0071b3;
}
.color-2 {
color: #00a5e0;
}
.color-3 {
color: #1bc1de;
}
.color-4 {
color: #59d4b3;
}
.color-5 {
color: #a3d55d;
}

/* CSS Variables */
:root {
--color-1: #0071b3;
--color-2: #00a5e0;
--color-3: #1bc1de;
--color-4: #59d4b3;
--color-5: #a3d55d;
}

Aquatic Harmony の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0071b3, #00a5e0, #1bc1de, #59d4b3, #a3d55d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0071b3, #00a5e0, #1bc1de, #59d4b3, #a3d55d);
}

Aquatic Harmony color palette created on .