Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #2ab9e5;
}
.color-2 {
color: #1c8cc4;
}
.color-3 {
color: #187a9a;
}
.color-4 {
color: #0f4f5c;
}
.color-5 {
color: #0c3b50;
}

/* CSS Variables */
:root {
--color-1: #2ab9e5;
--color-2: #1c8cc4;
--color-3: #187a9a;
--color-4: #0f4f5c;
--color-5: #0c3b50;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2ab9e5, #1c8cc4, #187a9a, #0f4f5c, #0c3b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2ab9e5, #1c8cc4, #187a9a, #0f4f5c, #0c3b50);
}

Aqua Serenity color palette created on .