Light Academia カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Light Academia palette

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

Light Academia カラーパレット CSS

/* CSS */
.color-1 {
color: #e9d3a5;
}
.color-2 {
color: #c6b89a;
}
.color-3 {
color: #a48e79;
}
.color-4 {
color: #7b6b56;
}
.color-5 {
color: #5a4c3a;
}

/* CSS Variables */
:root {
--color-1: #e9d3a5;
--color-2: #c6b89a;
--color-3: #a48e79;
--color-4: #7b6b56;
--color-5: #5a4c3a;
}

Light Academia の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d3a5, #c6b89a, #a48e79, #7b6b56, #5a4c3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d3a5, #c6b89a, #a48e79, #7b6b56, #5a4c3a);
}

Light Academia color palette created on .