Aqua Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Dream palette

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

Aqua Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #2cd4f2;
}
.color-3 {
color: #53dfe9;
}
.color-4 {
color: #76e5e3;
}
.color-5 {
color: #9bf3f2;
}

/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #2cd4f2;
--color-3: #53dfe9;
--color-4: #76e5e3;
--color-5: #9bf3f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #2cd4f2, #53dfe9, #76e5e3, #9bf3f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #2cd4f2, #53dfe9, #76e5e3, #9bf3f2);
}

似たようなカラーパレット

Aqua Dream color palette created on .