Jaime's Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Jaime's Dreamscape palette
Jaime's Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #f6a7d8;
}
.color-2 {
color: #f3c5a0;
}
.color-3 {
color: #f1e5b1;
}
.color-4 {
color: #a2dae6;
}
.color-5 {
color: #5cc0eb;
}
/* CSS Variables */
:root {
--color-1: #f6a7d8;
--color-2: #f3c5a0;
--color-3: #f1e5b1;
--color-4: #a2dae6;
--color-5: #5cc0eb;
}
Jaime's Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7d8, #f3c5a0, #f1e5b1, #a2dae6, #5cc0eb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7d8, #f3c5a0, #f1e5b1, #a2dae6, #5cc0eb);
}
Jaime's Dreamscape color palette created on .