Dreamy Serenity Palette カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Serenity Palette palette

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

Dreamy Serenity Palette カラーパレット CSS

/* CSS */
.color-1 {
color: #d8d8e9;
}
.color-2 {
color: #d2adb0;
}
.color-3 {
color: #81c2ee;
}
.color-4 {
color: #928b9c;
}
.color-5 {
color: #38a6e5;
}

/* CSS Variables */
:root {
--color-1: #d8d8e9;
--color-2: #d2adb0;
--color-3: #81c2ee;
--color-4: #928b9c;
--color-5: #38a6e5;
}

Dreamy Serenity Palette の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d8e9, #d2adb0, #81c2ee, #928b9c, #38a6e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d8e9, #d2adb0, #81c2ee, #928b9c, #38a6e5);
}

Dreamy Serenity Palette color palette created on .