Aspire & Achieve カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aspire & Achieve palette

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

Aspire & Achieve カラーパレット CSS

/* CSS */
.color-1 {
color: #1d4f8b;
}
.color-2 {
color: #4da0b3;
}
.color-3 {
color: #7fd959;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #1d4f8b;
--color-2: #4da0b3;
--color-3: #7fd959;
--color-4: #f5c400;
--color-5: #f76e6e;
}

Aspire & Achieve の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d4f8b, #4da0b3, #7fd959, #f5c400, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d4f8b, #4da0b3, #7fd959, #f5c400, #f76e6e);
}

Aspire & Achieve color palette created on .