Aqua Beach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Beach palette

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

Aqua Beach カラーパレット CSS

/* CSS */
.color-1 {
color: #38e0d8;
}
.color-2 {
color: #a6e1e7;
}
.color-3 {
color: #f2f4e1;
}
.color-4 {
color: #f8d5a5;
}
.color-5 {
color: #f0b794;
}

/* CSS Variables */
:root {
--color-1: #38e0d8;
--color-2: #a6e1e7;
--color-3: #f2f4e1;
--color-4: #f8d5a5;
--color-5: #f0b794;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #38e0d8, #a6e1e7, #f2f4e1, #f8d5a5, #f0b794);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #38e0d8, #a6e1e7, #f2f4e1, #f8d5a5, #f0b794);
}

Aqua Beach color palette created on .