Aqua Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Dreamscape palette

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

Aqua Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #00e0e0;
}
.color-4 {
color: #4de0e0;
}
.color-5 {
color: #81f3f3;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #00bdd6;
--color-3: #00e0e0;
--color-4: #4de0e0;
--color-5: #81f3f3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #00bdd6, #00e0e0, #4de0e0, #81f3f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #00bdd6, #00e0e0, #4de0e0, #81f3f3);
}

Aqua Dreamscape color palette created on .