Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #04c5d7;
}
.color-2 {
color: #5dd8da;
}
.color-3 {
color: #7df2e1;
}
.color-4 {
color: #a5f8c1;
}
.color-5 {
color: #d4f5b2;
}

/* CSS Variables */
:root {
--color-1: #04c5d7;
--color-2: #5dd8da;
--color-3: #7df2e1;
--color-4: #a5f8c1;
--color-5: #d4f5b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #04c5d7, #5dd8da, #7df2e1, #a5f8c1, #d4f5b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #04c5d7, #5dd8da, #7df2e1, #a5f8c1, #d4f5b2);
}

Aqua Serenity color palette created on .