Cotton Candy Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cotton Candy Dreams palette

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

Cotton Candy Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c5c5;
}
.color-2 {
color: #b7e1d8;
}
.color-3 {
color: #e8cfc4;
}
.color-4 {
color: #f9e9a9;
}
.color-5 {
color: #e4b9e4;
}

/* CSS Variables */
:root {
--color-1: #f7c5c5;
--color-2: #b7e1d8;
--color-3: #e8cfc4;
--color-4: #f9e9a9;
--color-5: #e4b9e4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c5c5, #b7e1d8, #e8cfc4, #f9e9a9, #e4b9e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c5c5, #b7e1d8, #e8cfc4, #f9e9a9, #e4b9e4);
}

Cotton Candy Dreams color palette created on .