Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #97fca0;
}
.color-2 {
color: #70d7a1;
}
.color-3 {
color: #4ab5a0;
}
.color-4 {
color: #3a999c;
}
.color-5 {
color: #2c7c8c;
}

/* CSS Variables */
:root {
--color-1: #97fca0;
--color-2: #70d7a1;
--color-3: #4ab5a0;
--color-4: #3a999c;
--color-5: #2c7c8c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #97fca0, #70d7a1, #4ab5a0, #3a999c, #2c7c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #97fca0, #70d7a1, #4ab5a0, #3a999c, #2c7c8c);
}

Aqua Serenity color palette created on .