Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #a1e8d4;
}
.color-2 {
color: #76d6c4;
}
.color-3 {
color: #4cb8a0;
}
.color-4 {
color: #2b9c85;
}
.color-5 {
color: #1f7a6e;
}

/* CSS Variables */
:root {
--color-1: #a1e8d4;
--color-2: #76d6c4;
--color-3: #4cb8a0;
--color-4: #2b9c85;
--color-5: #1f7a6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1e8d4, #76d6c4, #4cb8a0, #2b9c85, #1f7a6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1e8d4, #76d6c4, #4cb8a0, #2b9c85, #1f7a6e);
}

Aqua Serenity color palette created on .