Aqua Tides カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Tides palette

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

Aqua Tides カラーパレット CSS

/* CSS */
.color-1 {
color: #a8e1d7;
}
.color-2 {
color: #5ed8e4;
}
.color-3 {
color: #3dabd6;
}
.color-4 {
color: #007e94;
}
.color-5 {
color: #004852;
}

/* CSS Variables */
:root {
--color-1: #a8e1d7;
--color-2: #5ed8e4;
--color-3: #3dabd6;
--color-4: #007e94;
--color-5: #004852;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e1d7, #5ed8e4, #3dabd6, #007e94, #004852);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e1d7, #5ed8e4, #3dabd6, #007e94, #004852);
}

Aqua Tides color palette created on .