Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット (PNG) をダウンロード

Download aqua serenity color palette PNG image (landscape)
Download aqua serenity color palette PNG image (square)

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1abedb;
}
.color-2 {
color: #2dd2ca;
}
.color-3 {
color: #3de1b5;
}
.color-4 {
color: #69e2d6;
}
.color-5 {
color: #a4e7ef;
}

/* CSS Variables */
:root {
--color-1: #1abedb;
--color-2: #2dd2ca;
--color-3: #3de1b5;
--color-4: #69e2d6;
--color-5: #a4e7ef;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abedb, #2dd2ca, #3de1b5, #69e2d6, #a4e7ef);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abedb, #2dd2ca, #3de1b5, #69e2d6, #a4e7ef);
}

Aqua Serenity color palette created on .