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