Cotton Candy Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cotton Candy Dreams palette

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

Cotton Candy Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #a4d7df;
}
.color-2 {
color: #b1e0e7;
}
.color-3 {
color: #b5e8e4;
}
.color-4 {
color: #e0b1e7;
}
.color-5 {
color: #f1c6d7;
}

/* CSS Variables */
:root {
--color-1: #a4d7df;
--color-2: #b1e0e7;
--color-3: #b5e8e4;
--color-4: #e0b1e7;
--color-5: #f1c6d7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4d7df, #b1e0e7, #b5e8e4, #e0b1e7, #f1c6d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4d7df, #b1e0e7, #b5e8e4, #e0b1e7, #f1c6d7);
}

Cotton Candy Dreams color palette created on .