Deep Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Reverie palette

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

Deep Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #380a43;
}
.color-2 {
color: #691c6d;
}
.color-3 {
color: #9e4c95;
}
.color-4 {
color: #d58f4d;
}
.color-5 {
color: #f1c45b;
}

/* CSS Variables */
:root {
--color-1: #380a43;
--color-2: #691c6d;
--color-3: #9e4c95;
--color-4: #d58f4d;
--color-5: #f1c45b;
}

Deep Reverie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #380a43, #691c6d, #9e4c95, #d58f4d, #f1c45b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #380a43, #691c6d, #9e4c95, #d58f4d, #f1c45b);
}

Deep Reverie color palette created on .