Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #007c8f;
}
.color-2 {
color: #00b3aa;
}
.color-3 {
color: #a5e3e9;
}
.color-4 {
color: #d0e7e1;
}
.color-5 {
color: #f0f5f2;
}

/* CSS Variables */
:root {
--color-1: #007c8f;
--color-2: #00b3aa;
--color-3: #a5e3e9;
--color-4: #d0e7e1;
--color-5: #f0f5f2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007c8f, #00b3aa, #a5e3e9, #d0e7e1, #f0f5f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007c8f, #00b3aa, #a5e3e9, #d0e7e1, #f0f5f2);
}

Aqua Serenity color palette created on .