Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #73c7e2;
}
.color-2 {
color: #6e9fd4;
}
.color-3 {
color: #4c8bc2;
}
.color-4 {
color: #2b6e97;
}
.color-5 {
color: #1f5070;
}

/* CSS Variables */
:root {
--color-1: #73c7e2;
--color-2: #6e9fd4;
--color-3: #4c8bc2;
--color-4: #2b6e97;
--color-5: #1f5070;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #73c7e2, #6e9fd4, #4c8bc2, #2b6e97, #1f5070);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #73c7e2, #6e9fd4, #4c8bc2, #2b6e97, #1f5070);
}

Aqua Serenity color palette created on .