Cotton Candy Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cotton Candy Dreamscape palette

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

Cotton Candy Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #ee9b9b;
}
.color-2 {
color: #f7b6ef;
}
.color-3 {
color: #789af7;
}
.color-4 {
color: #4f7ccf;
}
.color-5 {
color: #d0e9b9;
}

/* CSS Variables */
:root {
--color-1: #ee9b9b;
--color-2: #f7b6ef;
--color-3: #789af7;
--color-4: #4f7ccf;
--color-5: #d0e9b9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ee9b9b, #f7b6ef, #789af7, #4f7ccf, #d0e9b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ee9b9b, #f7b6ef, #789af7, #4f7ccf, #d0e9b9);
}

Cotton Candy Dreamscape color palette created on .