Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #56b3bd;
}
.color-2 {
color: #3e8b8e;
}
.color-3 {
color: #2b4e50;
}
.color-4 {
color: #b0e0e8;
}
.color-5 {
color: #f3c4bf;
}

/* CSS Variables */
:root {
--color-1: #56b3bd;
--color-2: #3e8b8e;
--color-3: #2b4e50;
--color-4: #b0e0e8;
--color-5: #f3c4bf;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #56b3bd, #3e8b8e, #2b4e50, #b0e0e8, #f3c4bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #56b3bd, #3e8b8e, #2b4e50, #b0e0e8, #f3c4bf);
}

Aqua Serenity color palette created on .