Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #0092b3;
}
.color-2 {
color: #00a8d6;
}
.color-3 {
color: #00bfe6;
}
.color-4 {
color: #82d7e3;
}
.color-5 {
color: #b3f2f4;
}

/* CSS Variables */
:root {
--color-1: #0092b3;
--color-2: #00a8d6;
--color-3: #00bfe6;
--color-4: #82d7e3;
--color-5: #b3f2f4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0092b3, #00a8d6, #00bfe6, #82d7e3, #b3f2f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0092b3, #00a8d6, #00bfe6, #82d7e3, #b3f2f4);
}

Aqua Serenity color palette created on .