Aqua Adventure カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Adventure palette

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

Aqua Adventure カラー パレット PNG 画像

Download aqua adventure color palette PNG image (landscape)
Download aqua adventure color palette PNG image (square)

Aqua Adventure カラーパレット CSS

/* CSS */
.color-1 {
color: #0fd7ff;
}
.color-2 {
color: #0ffff3;
}
.color-3 {
color: #ff9b99;
}
.color-4 {
color: #ffd88a;
}
.color-5 {
color: #ffd557;
}

/* CSS Variables */
:root {
--color-1: #0fd7ff;
--color-2: #0ffff3;
--color-3: #ff9b99;
--color-4: #ffd88a;
--color-5: #ffd557;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0fd7ff, #0ffff3, #ff9b99, #ffd88a, #ffd557);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0fd7ff, #0ffff3, #ff9b99, #ffd88a, #ffd557);
}

Aqua Adventure color palette created on .