Aqua Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Dreamscape palette

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

Aqua Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #dbefff;
}
.color-2 {
color: #a3e2f5;
}
.color-3 {
color: #6bc3e1;
}
.color-4 {
color: #38a7d6;
}
.color-5 {
color: #0086b3;
}

/* CSS Variables */
:root {
--color-1: #dbefff;
--color-2: #a3e2f5;
--color-3: #6bc3e1;
--color-4: #38a7d6;
--color-5: #0086b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dbefff, #a3e2f5, #6bc3e1, #38a7d6, #0086b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dbefff, #a3e2f5, #6bc3e1, #38a7d6, #0086b3);
}

Aqua Dreamscape color palette created on .