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