Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #4f86ab;
}
.color-2 {
color: #4f91ab;
}
.color-3 {
color: #89b6c8;
}
.color-4 {
color: #aacad5;
}
.color-5 {
color: #c6dce1;
}

/* CSS Variables */
:root {
--color-1: #4f86ab;
--color-2: #4f91ab;
--color-3: #89b6c8;
--color-4: #aacad5;
--color-5: #c6dce1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f86ab, #4f91ab, #89b6c8, #aacad5, #c6dce1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f86ab, #4f91ab, #89b6c8, #aacad5, #c6dce1);
}

Aqua Serenity color palette created on .