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