Aqua Harmony カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Harmony palette

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

Aqua Harmony カラーパレット CSS

/* CSS */
.color-1 {
color: #29b0ff;
}
.color-2 {
color: #00b893;
}
.color-3 {
color: #69af4b;
}
.color-4 {
color: #ffeba8;
}
.color-5 {
color: #ff7575;
}

/* CSS Variables */
:root {
--color-1: #29b0ff;
--color-2: #00b893;
--color-3: #69af4b;
--color-4: #ffeba8;
--color-5: #ff7575;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29b0ff, #00b893, #69af4b, #ffeba8, #ff7575);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29b0ff, #00b893, #69af4b, #ffeba8, #ff7575);
}

Aqua Harmony color palette created on .