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