Kassidy's Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Kassidy's Dreamscape palette

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

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

/* CSS */
.color-1 {
color: #f8c749;
}
.color-2 {
color: #f78b2b;
}
.color-3 {
color: #f74a4a;
}
.color-4 {
color: #c14e8f;
}
.color-5 {
color: #6b508b;
}

/* CSS Variables */
:root {
--color-1: #f8c749;
--color-2: #f78b2b;
--color-3: #f74a4a;
--color-4: #c14e8f;
--color-5: #6b508b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c749, #f78b2b, #f74a4a, #c14e8f, #6b508b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c749, #f78b2b, #f74a4a, #c14e8f, #6b508b);
}

Kassidy's Dreamscape color palette created on .