Devon's Garden Bliss カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Devon's Garden Bliss palette

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

Devon's Garden Bliss カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a7b3;
}
.color-2 {
color: #f8caa5;
}
.color-3 {
color: #f2e5b5;
}
.color-4 {
color: #b5d7b2;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f6a7b3;
--color-2: #f8caa5;
--color-3: #f2e5b5;
--color-4: #b5d7b2;
--color-5: #a3c7e0;
}

Devon's Garden Bliss の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a7b3, #f8caa5, #f2e5b5, #b5d7b2, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a7b3, #f8caa5, #f2e5b5, #b5d7b2, #a3c7e0);
}

Devon's Garden Bliss color palette created on .