Aqua Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Dreamscape palette

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

Aqua Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #0095c7;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #2cd8a7;
}
.color-4 {
color: #5ff1b7;
}
.color-5 {
color: #8ef6d8;
}

/* CSS Variables */
:root {
--color-1: #0095c7;
--color-2: #00b0e0;
--color-3: #2cd8a7;
--color-4: #5ff1b7;
--color-5: #8ef6d8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0095c7, #00b0e0, #2cd8a7, #5ff1b7, #8ef6d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0095c7, #00b0e0, #2cd8a7, #5ff1b7, #8ef6d8);
}

Aqua Dreamscape color palette created on .