Cabe's Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cabe's Dreamscape palette

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

Cabe's Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #f5b2e5;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #69af4b;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #f5b2e5;
--color-2: #ff6e61;
--color-3: #ffb84d;
--color-4: #69af4b;
--color-5: #4b91e2;
}

Cabe's Dreamscape の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2e5, #ff6e61, #ffb84d, #69af4b, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2e5, #ff6e61, #ffb84d, #69af4b, #4b91e2);
}

Cabe's Dreamscape color palette created on .