Aoi Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aoi Serenity palette

このパレットを共有する先:

Aoi Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #1f8bff;
}
.color-2 {
color: #5ec6e8;
}
.color-3 {
color: #89e1e1;
}
.color-4 {
color: #aef4e6;
}
.color-5 {
color: #e2f8f5;
}

/* CSS Variables */
:root {
--color-1: #1f8bff;
--color-2: #5ec6e8;
--color-3: #89e1e1;
--color-4: #aef4e6;
--color-5: #e2f8f5;
}

Aoi Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8bff, #5ec6e8, #89e1e1, #aef4e6, #e2f8f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8bff, #5ec6e8, #89e1e1, #aef4e6, #e2f8f5);
}

似たようなカラーパレット

Aoi Serenity color palette created on .