Aqua Serpent's Embrace カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aqua Serpent's Embrace palette
Aqua Serpent's Embrace カラーパレット CSS
/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #4a6d8c;
}
.color-3 {
color: #7ba0b7;
}
.color-4 {
color: #b5d7e8;
}
.color-5 {
color: #eff8fb;
}
/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #4a6d8c;
--color-3: #7ba0b7;
--color-4: #b5d7e8;
--color-5: #eff8fb;
}
Aqua Serpent's Embrace の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #4a6d8c, #7ba0b7, #b5d7e8, #eff8fb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #4a6d8c, #7ba0b7, #b5d7e8, #eff8fb);
}
似たようなカラーパレット
Aqua Serpent's Embrace color palette created on .