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