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