Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a1d3e8;
}
.color-2 {
color: #6eb7d8;
}
.color-3 {
color: #4a9cbf;
}
.color-4 {
color: #2c7d9b;
}
.color-5 {
color: #1d5a72;
}

/* CSS Variables */
:root {
--color-1: #a1d3e8;
--color-2: #6eb7d8;
--color-3: #4a9cbf;
--color-4: #2c7d9b;
--color-5: #1d5a72;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d3e8, #6eb7d8, #4a9cbf, #2c7d9b, #1d5a72);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d3e8, #6eb7d8, #4a9cbf, #2c7d9b, #1d5a72);
}

Aqua Serenity color palette created on .