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