Lexian Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Lexian Dreams palette

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

Lexian Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c572;
}
.color-2 {
color: #f7dc6e;
}
.color-3 {
color: #e5e5fa;
}
.color-4 {
color: #a1d9cc;
}
.color-5 {
color: #3398db;
}

/* CSS Variables */
:root {
--color-1: #f8c572;
--color-2: #f7dc6e;
--color-3: #e5e5fa;
--color-4: #a1d9cc;
--color-5: #3398db;
}

Lexian Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c572, #f7dc6e, #e5e5fa, #a1d9cc, #3398db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c572, #f7dc6e, #e5e5fa, #a1d9cc, #3398db);
}

Lexian Dreams color palette created on .