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