Aqua Fresh カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Fresh palette

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

Aqua Fresh カラーパレット CSS

/* CSS */
.color-1 {
color: #a3d6e0;
}
.color-2 {
color: #74c5d8;
}
.color-3 {
color: #3b99c4;
}
.color-4 {
color: #0096b8;
}
.color-5 {
color: #007a8a;
}

/* CSS Variables */
:root {
--color-1: #a3d6e0;
--color-2: #74c5d8;
--color-3: #3b99c4;
--color-4: #0096b8;
--color-5: #007a8a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d6e0, #74c5d8, #3b99c4, #0096b8, #007a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d6e0, #74c5d8, #3b99c4, #0096b8, #007a8a);
}

Aqua Fresh color palette created on .