Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1b6aa7;
}
.color-2 {
color: #4bbae2;
}
.color-3 {
color: #7bb7d5;
}
.color-4 {
color: #9ee2e5;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #1b6aa7;
--color-2: #4bbae2;
--color-3: #7bb7d5;
--color-4: #9ee2e5;
--color-5: #e0f7fa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b6aa7, #4bbae2, #7bb7d5, #9ee2e5, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b6aa7, #4bbae2, #7bb7d5, #9ee2e5, #e0f7fa);
}

Aqua Serenity color palette created on .