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