Aqua Sonic Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Sonic Dreams palette

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

Aqua Sonic Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #7afdff;
}
.color-4 {
color: #a1dfe8;
}
.color-5 {
color: #b3e0ff;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #00bfff;
--color-3: #7afdff;
--color-4: #a1dfe8;
--color-5: #b3e0ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #00bfff, #7afdff, #a1dfe8, #b3e0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #00bfff, #7afdff, #a1dfe8, #b3e0ff);
}

Aqua Sonic Dreams color palette created on .