Rose Gold Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rose Gold Dream palette

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

Rose Gold Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #ce3d03;
}
.color-2 {
color: #5b0594;
}
.color-3 {
color: #05628a;
}
.color-4 {
color: #d87803;
}
.color-5 {
color: #cb4e01;
}

/* CSS Variables */
:root {
--color-1: #ce3d03;
--color-2: #5b0594;
--color-3: #05628a;
--color-4: #d87803;
--color-5: #cb4e01;
}

Rose Gold Dream の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ce3d03, #5b0594, #05628a, #d87803, #cb4e01);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ce3d03, #5b0594, #05628a, #d87803, #cb4e01);
}

Rose Gold Dream color palette created on .