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