Pastel Spring Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Pastel Spring Reverie palette

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

Pastel Spring Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e7b6;
}
.color-2 {
color: #f1b1c3;
}
.color-3 {
color: #d6a3e0;
}
.color-4 {
color: #a2c7e7;
}
.color-5 {
color: #6cc0e4;
}

/* CSS Variables */
:root {
--color-1: #f7e7b6;
--color-2: #f1b1c3;
--color-3: #d6a3e0;
--color-4: #a2c7e7;
--color-5: #6cc0e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e7b6, #f1b1c3, #d6a3e0, #a2c7e7, #6cc0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e7b6, #f1b1c3, #d6a3e0, #a2c7e7, #6cc0e4);
}

Pastel Spring Reverie color palette created on .