Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #11a3b0;
}
.color-2 {
color: #0b838e;
}
.color-3 {
color: #007f80;
}
.color-4 {
color: #009975;
}
.color-5 {
color: #5dbb99;
}

/* CSS Variables */
:root {
--color-1: #11a3b0;
--color-2: #0b838e;
--color-3: #007f80;
--color-4: #009975;
--color-5: #5dbb99;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #11a3b0, #0b838e, #007f80, #009975, #5dbb99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #11a3b0, #0b838e, #007f80, #009975, #5dbb99);
}

Aqua Serenity color palette created on .