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