Candy Coated Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Candy Coated Dreams palette

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

Candy Coated Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f7a1b5;
}
.color-2 {
color: #f9c78b;
}
.color-3 {
color: #f2e469;
}
.color-4 {
color: #89d7e6;
}
.color-5 {
color: #3b8b8c;
}

/* CSS Variables */
:root {
--color-1: #f7a1b5;
--color-2: #f9c78b;
--color-3: #f2e469;
--color-4: #89d7e6;
--color-5: #3b8b8c;
}

Candy Coated Dreams の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b5, #f9c78b, #f2e469, #89d7e6, #3b8b8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b5, #f9c78b, #f2e469, #89d7e6, #3b8b8c);
}

Candy Coated Dreams color palette created on .