Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #1db8d3;
}
.color-3 {
color: #60d9e6;
}
.color-4 {
color: #a1f2f1;
}
.color-5 {
color: #f1f8f7;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #1db8d3;
--color-3: #60d9e6;
--color-4: #a1f2f1;
--color-5: #f1f8f7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #1db8d3, #60d9e6, #a1f2f1, #f1f8f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #1db8d3, #60d9e6, #a1f2f1, #f1f8f7);
}

Aqua Serenity color palette created on .