Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #0096db;
}
.color-2 {
color: #00b2d1;
}
.color-3 {
color: #00c1d6;
}
.color-4 {
color: #00d5e0;
}
.color-5 {
color: #a1e8e1;
}

/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00b2d1;
--color-3: #00c1d6;
--color-4: #00d5e0;
--color-5: #a1e8e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00b2d1, #00c1d6, #00d5e0, #a1e8e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00b2d1, #00c1d6, #00d5e0, #a1e8e1);
}

Aqua Serenity color palette created on .