Dreamscape Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamscape Reverie palette

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

Dreamscape Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #ef67d6;
}
.color-2 {
color: #827bea;
}
.color-3 {
color: #d33631;
}
.color-4 {
color: #3a1fd1;
}
.color-5 {
color: #4e1337;
}

/* CSS Variables */
:root {
--color-1: #ef67d6;
--color-2: #827bea;
--color-3: #d33631;
--color-4: #3a1fd1;
--color-5: #4e1337;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef67d6, #827bea, #d33631, #3a1fd1, #4e1337);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef67d6, #827bea, #d33631, #3a1fd1, #4e1337);
}

Dreamscape Reverie color palette created on .