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