Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #3db5d6;
}
.color-2 {
color: #2aa7c6;
}
.color-3 {
color: #1e93b3;
}
.color-4 {
color: #1a7d9e;
}
.color-5 {
color: #0f6d8f;
}

/* CSS Variables */
:root {
--color-1: #3db5d6;
--color-2: #2aa7c6;
--color-3: #1e93b3;
--color-4: #1a7d9e;
--color-5: #0f6d8f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3db5d6, #2aa7c6, #1e93b3, #1a7d9e, #0f6d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3db5d6, #2aa7c6, #1e93b3, #1a7d9e, #0f6d8f);
}

Aqua Serenity color palette created on .