Sakura Dreamscape カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sakura Dreamscape palette

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

Sakura Dreamscape カラーパレット CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffcb5c;
}
.color-3 {
color: #d9e6f2;
}
.color-4 {
color: #6be6d7;
}
.color-5 {
color: #f7aff8;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffcb5c;
--color-3: #d9e6f2;
--color-4: #6be6d7;
--color-5: #f7aff8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffcb5c, #d9e6f2, #6be6d7, #f7aff8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffcb5c, #d9e6f2, #6be6d7, #f7aff8);
}

Sakura Dreamscape color palette created on .