Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a8d6e6;
}
.color-2 {
color: #6eb5d8;
}
.color-3 {
color: #4ab3d9;
}
.color-4 {
color: #00a1d6;
}
.color-5 {
color: #0071b3;
}

/* CSS Variables */
:root {
--color-1: #a8d6e6;
--color-2: #6eb5d8;
--color-3: #4ab3d9;
--color-4: #00a1d6;
--color-5: #0071b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d6e6, #6eb5d8, #4ab3d9, #00a1d6, #0071b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d6e6, #6eb5d8, #4ab3d9, #00a1d6, #0071b3);
}

Aqua Serenity color palette created on .